From f5b8509b40a9d403f58649b803c9717d57a80768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Thu, 12 Sep 2024 00:02:52 -0300 Subject: [PATCH] ansible-core: update to 2.17.4 --- srcpkgs/ansible-core/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template index 94eaf2682fe..ee40c08a5b2 100644 --- a/srcpkgs/ansible-core/template +++ b/srcpkgs/ansible-core/template @@ -1,6 +1,6 @@ # Template file for 'ansible-core' pkgname=ansible-core -version=2.17.3 +version=2.17.4 revision=1 hostmakedepends="python3-setuptools python3-wheel python3-packaging python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml" @@ -15,7 +15,7 @@ license="GPL-3.0-or-later" homepage="https://www.ansible.com/" changelog="https://raw.githubusercontent.com/ansible/ansible/stable-${version%.*}/changelogs/CHANGELOG-v${version%.*}.rst" distfiles="${PYPI_SITE}/a/ansible-core/ansible_core-${version}.tar.gz" -checksum=917557065339fe36e7078e9bea47eefab6d6877f3bd435fa5f0d766d04c58485 +checksum=44a1f30076796536ba2455cad18d36e62870f04e632e3ca2ebe970d7beacf24d conflicts="ansible<2.10.1_1" replaces="ansible-base<2.11.0_1"