ansible: update to 2.0.0.1
This commit is contained in:
parent
04476ffc07
commit
47525446d7
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=1.9.4
|
version=2.0.0.1
|
||||||
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=972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
|
checksum=1085c1fae3b59f8e55a64b949489f1ddcd811a0c32d9df8ac18abf44a430f3b5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|
Loading…
Reference in a new issue