We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43939c2 commit e6a7513Copy full SHA for e6a7513
1 file changed
srcpkgs/ansible/template
@@ -1,15 +1,15 @@
1
# Template file for 'ansible'
2
pkgname=ansible
3
-version=12.2.0
+version=13.6.0
4
revision=1
5
build_style="python3-pep517"
6
hostmakedepends="python3-setuptools python3-wheel"
7
-depends="ansible-core"
+depends="ansible-core python3-packaging"
8
short_desc="Simple deployment, configuration management and execution framework"
9
maintainer="Orphaned <orphan@voidlinux.org>"
10
license="GPL-3.0-or-later"
11
homepage="https://www.ansible.com/"
12
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
13
-checksum=0563dfd33ebd28caf6ccdc7a6d22a7fdafbd9c9c42fefcae5179616a53a35211
+checksum=5141552c1bd37f56839eb5b11ef0d93e92391295c97947d507b8daf7265b12b8
14
# Relevant tests happen in ansible-core
15
make_check=no
0 commit comments