ansible: update to 2.4.0.0
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=2.3.2.0
|
version=2.4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko
|
|
||||||
python-yaml python-six"
|
|
||||||
pycompile_module="ansible"
|
pycompile_module="ansible"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="${hostmakedepends} python-cryptography python-Jinja2 python-paramiko
|
||||||
|
python-yaml"
|
||||||
short_desc="Simple deployment, configuration management and execution framework"
|
short_desc="Simple deployment, configuration management and execution framework"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0563b425279422487f12616ef719f6e558373b258dcf47e548d119be8d3168eb
|
checksum=1a276fee7f72d4e6601a7994879e8467edb763dacc3e215258cfe71350b77c76
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|||||||
Reference in New Issue
Block a user