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/ansible.SlackBuild | |
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/ansible.SlackBuild')
-rw-r--r-- | system/ansible/ansible.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |