diff options
author | Marek Wodzinski <majek@w7i.pl> | 2019-02-08 12:02:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-15 07:29:46 +0700 |
commit | 6b586d799fecd050fcf16439a014828fcc1f3fb4 (patch) | |
tree | adf86ec590322d393cd9f991e2742c51ca879c81 /system/ansible | |
parent | e0f383c88f5d2d375a81be3ec2452ae697b04fe7 (diff) |
system/ansible: Updated for version 2.7.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ansible')
-rw-r--r-- | system/ansible/ansible.SlackBuild | 4 | ||||
-rw-r--r-- | system/ansible/ansible.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/ansible/ansible.SlackBuild b/system/ansible/ansible.SlackBuild index 2a45b281e556..5dcdfcffdb59 100644 --- a/system/ansible/ansible.SlackBuild +++ b/system/ansible/ansible.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com> # Copyright 2016 Ciorceri Petru Sorin <cpsorin@gmail.com> -# Copyright 2017-2018 Marek Wodzinski <majek@w7i.pl> +# Copyright 2017-2019 Marek Wodzinski <majek@w7i.pl> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ansible -VERSION=${VERSION:-2.7.6} +VERSION=${VERSION:-2.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/ansible/ansible.info b/system/ansible/ansible.info index d4f3b4369412..17244b59f51d 100644 --- a/system/ansible/ansible.info +++ b/system/ansible/ansible.info @@ -1,8 +1,8 @@ PRGNAM="ansible" -VERSION="2.7.6" +VERSION="2.7.7" HOMEPAGE="https://www.ansible.com" -DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.7.6.tar.gz" -MD5SUM="ccdc9f5f6c7237e7d6fc53e58baba820" +DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.7.7.tar.gz" +MD5SUM="8ca48dc6e56e1210045f4c5b1547f23e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="paramiko PyYAML Jinja2" |