ansible-core: update to 2.13.3.
This commit is contained in:
parent
a1c253a236
commit
2188f1b8f4
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ansible-core'
|
||||
pkgname=ansible-core
|
||||
version=2.13.2
|
||||
version=2.13.3
|
||||
revision=1
|
||||
hostmakedepends="python3-setuptools python3-wheel python3-packaging
|
||||
python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml"
|
||||
|
@ -12,8 +12,9 @@ short_desc="Simple deployment, configuration management and execution framework"
|
|||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
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=b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb
|
||||
checksum=eec5042530ff1c0c8d13a36fa047c6dd9157efeefd464a856b4ce38be4cd1988
|
||||
conflicts="ansible<2.10.1_1"
|
||||
replaces="ansible-base<2.11.0_1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue