ansible: update to 4.0.0.

Clsoes: #30968.
This commit is contained in:
Domagoj Stolfa 2021-05-21 08:06:10 -04:00 committed by Andrew J. Hesford
parent 4cd125fe34
commit 1334c20467
2 changed files with 4 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'ansible' # Template file for 'ansible'
pkgname=ansible pkgname=ansible
version=3.3.0 version=4.0.0
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3 ansible-base" depends="ansible-core"
short_desc="Simple deployment, configuration management and execution framework" short_desc="Simple deployment, configuration management and execution framework"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.ansible.com/" homepage="https://www.ansible.com/"
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz" distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
checksum=2de5385c48a2a24a19f6cbaccc7d7684c64b6194f9a9b175aba7949d53b07bc9 checksum=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080
make_check=no make_check=no

1
srcpkgs/ansible/update Normal file
View File

@ -0,0 +1 @@
ignore="*a* *b* *rc*"