ansible: update to 2.2.1.0
Fix CVE-2016-9587.
This commit is contained in:
parent
48c9a1ebca
commit
e86c3f339b
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=2.2.0.0
|
||||
version=2.2.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
|
@ -11,9 +11,9 @@ pycompile_module="ansible"
|
|||
short_desc="Simple deployment, configuration management and execution framework"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.ansible.com"
|
||||
distfiles="http://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||
checksum=d9f198d293394ce0f8ba802561b21368888e3301036a706b5584641b49408586
|
||||
homepage="https://www.ansible.com/"
|
||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||
checksum=63a12ea784c0f90e43293b973d5c75263634c7415e463352846cd676c188e93f
|
||||
|
||||
post_install() {
|
||||
for f in examples/*; do
|
||||
|
|
Loading…
Reference in a new issue