ansible: update to 1.6.
This commit is contained in:
parent
661484f0c4
commit
65ccadcab2
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=1.4.3
|
||||
version=1.6
|
||||
revision=1
|
||||
noarch="yes"
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
hostmakedepends="python python-setuptools"
|
||||
makedepends="python-devel python-jinja python-paramiko pyyaml"
|
||||
depends="python python-jinja python-paramiko pyyaml"
|
||||
pycompile_module="${pkgname}"
|
||||
|
@ -13,4 +13,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.ansibleworks.com"
|
||||
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
|
||||
checksum=0741788cdd86d2e3bbfb4474c26bb13d57690ed2e2c8ff8dd1c271a7de590ee3
|
||||
checksum=8d8eb0b07f1bf2ac5432eb954d6c78c6fdbd0b6f2975857bfbce13ea48fc28e2
|
||||
|
|
Loading…
Reference in New Issue