From 7c54fa7ef8f184b9f0ca8ae768dfa8e476cb3550 Mon Sep 17 00:00:00 2001 From: omni <omni+alpine@hack.org> Date: Tue, 8 Nov 2022 17:29:49 +0000 Subject: [PATCH] community/ansible-core: upgrade to 2.13.6 fixes #14316 --- 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 a4e9bfe0afd8..9be690bae561 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.13.0 +pkgver=2.13.6 pkgrel=0 pkgdesc="core components of ansible: A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com" @@ -29,5 +29,5 @@ package() { } sha512sums=" -37e17d73477ba88c62af94a6912f9b4b91ebf2ac967c2845875e293fe2ed09307e414644899714e604883973e241eed571d61b7a093a6c212446a1f5b702af6f ansible-core-2.13.0.tar.gz +2a91916e94bf65f76c450e548c6464660ef0e1a62e17f889785cb94c735c2bf153a2d8eff7a0dac90836a523f5768453bf18c4bdf3cbee0f8916d6cd0b11a902 ansible-core-2.13.6.tar.gz " -- GitLab