mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ansible: update to 1.6.3.
This commit is contained in:
parent
4b4ee2b185
commit
c68a6d3f5f
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=1.6.1
|
version=1.6.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="python-devel python-jinja python-paramiko pyyaml"
|
makedepends="python-devel python-jinja python-paramiko python-yaml"
|
||||||
depends="python python-jinja python-paramiko pyyaml"
|
depends="python python-jinja python-paramiko python-yaml"
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
|
short_desc="A radically simple deployment, model-driven configuration management, and command execution framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=35aad7f389337a190e4fe7e9433b0c238e95fc36dd75968d98d6e9dd4a09dc90
|
checksum=1280d93174dd1b39f72c7302a36c5e728c9e52dd3995dd815ca1a57974256d44
|
||||||
|
|
Loading…
Add table
Reference in a new issue