ansible: update to 1.9.3
This commit is contained in:
parent
41c8cb91ff
commit
bbc34a12a3
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=1.9.2
|
version=1.9.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -11,8 +11,8 @@ 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="http://www.ansible.com"
|
homepage="http://www.ansible.com"
|
||||||
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
|
distfiles="http://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00
|
checksum=2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|
Loading…
Reference in New Issue