ansible: update to 5.6.0.
This commit is contained in:
parent
0f23b9715d
commit
4987dde166
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=5.5.0
|
||||
version=5.6.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.ansible.com/"
|
||||
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
|
||||
checksum=b8a76d737889c9bfd0e6b0f2276dcf8d836da667067a355776f3504d7a66d518
|
||||
checksum=acd30731434154da376ceeeb416ee1541cdfb8ea3c648023a55a34cb3ecaf9f3
|
||||
# Tests are currently broken for ansible on python 3.10
|
||||
# See https://github.com/ansible/ansible/issues/74658
|
||||
# and https://github.com/ansible/ansible/issues/74660
|
||||
|
|
Loading…
Reference in a new issue