mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ansible: update to 2.9.9.
This commit is contained in:
parent
eeb63743e2
commit
49b824c3c2
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=2.9.3
|
||||
version=2.9.9
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="ansible"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
|
||||
python3-yaml"
|
||||
|
@ -14,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.ansible.com/"
|
||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||
checksum=36f501a17fb15d210722b649d53582acf47835ea0bbda7eab79e13c945e4eac2
|
||||
checksum=e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1
|
||||
|
||||
post_install() {
|
||||
vsconf examples/ansible.cfg
|
||||
|
|
Loading…
Add table
Reference in a new issue