ansible: update to 1.6.3.
This commit is contained in:
parent
4b4ee2b185
commit
c68a6d3f5f
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=1.6.1
|
||||
version=1.6.3
|
||||
revision=1
|
||||
noarch="yes"
|
||||
build_style=python-module
|
||||
hostmakedepends="python python-setuptools"
|
||||
makedepends="python-devel python-jinja python-paramiko pyyaml"
|
||||
depends="python python-jinja python-paramiko pyyaml"
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel python-jinja python-paramiko python-yaml"
|
||||
depends="python python-jinja python-paramiko python-yaml"
|
||||
pycompile_module="${pkgname}"
|
||||
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
|
||||
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=35aad7f389337a190e4fe7e9433b0c238e95fc36dd75968d98d6e9dd4a09dc90
|
||||
checksum=1280d93174dd1b39f72c7302a36c5e728c9e52dd3995dd815ca1a57974256d44
|
||||
|
|
Loading…
Reference in New Issue