ansible: update to version 2.0.0.2
This commit is contained in:
parent
11576b78d3
commit
2a4b43f42c
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.0.0.1
|
version=2.0.0.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,7 +12,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=1085c1fae3b59f8e55a64b949489f1ddcd811a0c32d9df8ac18abf44a430f3b5
|
checksum=27db0b99113fab85b1430c361c7790a0aa7f5c614c9af13362e2adbba07e5828
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|
Loading…
Reference in a new issue