ansible: update to 2.6.1 (#685)
This commit is contained in:
parent
2dfeffa33a
commit
d1a603ae16
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=2.6.0
|
version=2.6.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3550bf16bf2c34cc88bf3870e91b836e44c1c288d148968c4d855dae2560faf5
|
checksum=a1fc205286344c5d7bda36b503c273f5b348b06a23f86d52ddddd6afa01cad3c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
|
|
Loading…
Reference in New Issue