ansible: update to 2.1.2.0
This commit is contained in:
parent
121ab2ae33
commit
ee8c19cba5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=2.1.0.0
|
version=2.1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -13,7 +13,7 @@ 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=403443b55f6522cf86f9b41544a9b6b81f7d27f088446e85334d5d7a6317ccad
|
checksum=9c37a7bd397c05ab8ca3fcc49417649ea49b9133d4cd9500408235617d1621eb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|
Loading…
Reference in a new issue