ansible-core: update to 2.13.4.
This commit is contained in:
parent
92966776a2
commit
9e0c974f38
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ansible-core'
|
# Template file for 'ansible-core'
|
||||||
pkgname=ansible-core
|
pkgname=ansible-core
|
||||||
version=2.13.3
|
version=2.13.4
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-packaging
|
hostmakedepends="python3-setuptools python3-wheel python3-packaging
|
||||||
python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml"
|
python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
changelog="https://raw.githubusercontent.com/ansible/ansible/stable-${version%.*}/changelogs/CHANGELOG-v${version%.*}.rst"
|
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"
|
distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz"
|
||||||
checksum=eec5042530ff1c0c8d13a36fa047c6dd9157efeefd464a856b4ce38be4cd1988
|
checksum=78f45c2c472af60b9b4b8cbdaba5a3911079087891a9f6c6ed726327b8f21c6a
|
||||||
conflicts="ansible<2.10.1_1"
|
conflicts="ansible<2.10.1_1"
|
||||||
replaces="ansible-base<2.11.0_1"
|
replaces="ansible-base<2.11.0_1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue