diff options
author | Sean McAvoy <seanmcavoy@gmail.com> | 2021-12-15 17:52:00 -0500 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2021-12-18 21:41:40 +0000 |
commit | abb7728f3dd35439ab04e4bbf7b0fe474a1eecbb (patch) | |
tree | a7a941ce20588823d94c60a56730857520be37c0 | |
parent | 801a43cf43407c444690c1d48d05813b9b11a703 (diff) | |
download | aports-abb7728f3dd35439ab04e4bbf7b0fe474a1eecbb.tar.gz aports-abb7728f3dd35439ab04e4bbf7b0fe474a1eecbb.tar.bz2 aports-abb7728f3dd35439ab04e4bbf7b0fe474a1eecbb.tar.xz |
community/ansible-core: upgrade to 2.12.1
-rw-r--r-- | community/ansible-core/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ansible-core/APKBUILD b/community/ansible-core/APKBUILD index 76c0342de1..74c3998b56 100644 --- a/community/ansible-core/APKBUILD +++ b/community/ansible-core/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sean McAvoy <seanmcavoy@gmail.com> # Maintainer: Sean McAvoy <seanmcavoy@gmail.com> pkgname=ansible-core -pkgver=2.12.0 -pkgrel=1 +pkgver=2.12.1 +pkgrel=0 pkgdesc="core components of ansible: A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com" options="!check" # for now @@ -33,5 +33,5 @@ package() { sha512sums=" -c3c8c0e2f14c30cecb6e693fc57d2bd686221efaf42f09773bd4606031e4fed68a216be17c040d51601f2059d0f4a44568cea309c3bd2a1c02957c6a4cd6d25a ansible-core-2.12.0.tar.gz +89468d172dca502da42b94d0a781906578322ac531b3dfc3cece383b0e93fbec0f199d7b76abfd80d24654d5d939ee66a15b74565f50cca0c72d427aab9f4e08 ansible-core-2.12.1.tar.gz " |