ansible: update to 2.5.5
This commit is contained in:
parent
60c3458dba
commit
7e21e9e15d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=2.5.4
|
||||
version=2.5.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
|
@ -10,10 +10,10 @@ depends="${hostmakedepends} python-cryptography python-Jinja2 python-paramiko
|
|||
python-yaml"
|
||||
short_desc="Simple deployment, configuration management and execution framework"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.ansible.com/"
|
||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||
checksum=33a76684c47d1857d6e917af4f2eafac87521161f8181037edaa159a60deaeb3
|
||||
checksum=d7e5aae60c0e76c824bf8a410fe247b5c4afcfaee272f6283b4f996d237e365a
|
||||
|
||||
post_install() {
|
||||
for f in examples/*; do
|
||||
|
|
Loading…
Reference in a new issue