From 070c1db6113fa3c2369b0f647570f73163de45ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> Date: Tue, 1 Feb 2022 18:32:23 +0100 Subject: [PATCH] community/ansible-core: upgrade to 2.12.2 --- community/ansible-core/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/ansible-core/APKBUILD b/community/ansible-core/APKBUILD index 74c3998b5696..32dfc3de3281 100644 --- a/community/ansible-core/APKBUILD +++ b/community/ansible-core/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sean McAvoy <seanmcavoy@gmail.com> # Maintainer: Sean McAvoy <seanmcavoy@gmail.com> pkgname=ansible-core -pkgver=2.12.1 +pkgver=2.12.2 pkgrel=0 pkgdesc="core components of ansible: A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com" @@ -31,7 +31,6 @@ package() { install -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname } - sha512sums=" -89468d172dca502da42b94d0a781906578322ac531b3dfc3cece383b0e93fbec0f199d7b76abfd80d24654d5d939ee66a15b74565f50cca0c72d427aab9f4e08 ansible-core-2.12.1.tar.gz +a9afc3768d27a7049c275da8780e6dcd7da42263fc9065a1df1aabd0d8c54020313e9065349a6f52138e11eafb176348bf2ec33c0c1b08dc9837b7ac832542af ansible-core-2.12.2.tar.gz " -- GitLab