mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ansible: update to 1.6.
This commit is contained in:
parent
661484f0c4
commit
65ccadcab2
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=1.4.3
|
version=1.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python python-setuptools"
|
||||||
makedepends="python-devel python-jinja python-paramiko pyyaml"
|
makedepends="python-devel python-jinja python-paramiko pyyaml"
|
||||||
depends="python python-jinja python-paramiko pyyaml"
|
depends="python python-jinja python-paramiko pyyaml"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
|
@ -13,4 +13,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.ansibleworks.com"
|
homepage="http://www.ansibleworks.com"
|
||||||
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
|
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
|
||||||
checksum=0741788cdd86d2e3bbfb4474c26bb13d57690ed2e2c8ff8dd1c271a7de590ee3
|
checksum=8d8eb0b07f1bf2ac5432eb954d6c78c6fdbd0b6f2975857bfbce13ea48fc28e2
|
||||||
|
|
Loading…
Add table
Reference in a new issue