From b6b9978c0d5acddc9e40ffd850ec84e91c9fab53 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.0 --- 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 a1cad222d18060..667078716ce3ea 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.0 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=bd16e30ecac405dac594de3e1b1b4d9cc6fa1a9f7a01a6a8d4c471b20660716d conflicts="ansible<2.10.1_1" replaces="ansible-base<2.11.0_1"