From cde5973c9735cb54d5268403d1eda24adaf06d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?= Date: Sat, 8 Jun 2024 22:35:46 -0300 Subject: [PATCH] ansible-core: update to 2.17.3 --- srcpkgs/ansible-core/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template index a1cad222d18..94eaf2682fe 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.16.2 +version=2.17.3 revision=1 hostmakedepends="python3-setuptools python3-wheel python3-packaging python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml" @@ -14,8 +14,8 @@ maintainer="Orphaned " 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=e4ab559e7e525b1c6f99084fca873bb014775d5ecbe845b7c07b8e9d6c9c048b +distfiles="${PYPI_SITE}/a/ansible-core/ansible_core-${version}.tar.gz" +checksum=917557065339fe36e7078e9bea47eefab6d6877f3bd435fa5f0d766d04c58485 conflicts="ansible<2.10.1_1" replaces="ansible-base<2.11.0_1"