From 94cb54037334f0a8915645db8ff49e33ca287718 Mon Sep 17 00:00:00 2001 From: Sean McAvoy <seanmcavoy@gmail.com> Date: Mon, 28 Feb 2022 21:57:53 -0500 Subject: [PATCH] community/ansible-core: upgrade to 2.12.3 --- community/ansible-core/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/ansible-core/APKBUILD b/community/ansible-core/APKBUILD index 32dfc3de3281..202c0e5705ae 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.2 +pkgver=2.12.3 pkgrel=0 pkgdesc="core components of ansible: A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com" @@ -32,5 +32,5 @@ package() { } sha512sums=" -a9afc3768d27a7049c275da8780e6dcd7da42263fc9065a1df1aabd0d8c54020313e9065349a6f52138e11eafb176348bf2ec33c0c1b08dc9837b7ac832542af ansible-core-2.12.2.tar.gz +dedac2546881442f5e904c485bdc464d0ced847520879fd10c2454a2055ada4d051416d450f01ae5a1e2f5073f1633cb4db5265855199bb32c0acb41092d6f05 ansible-core-2.12.3.tar.gz " -- GitLab