diff options
author | Marek Wodzinski <majek@w7i.pl> | 2018-03-02 23:51:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-02 23:51:44 +0700 |
commit | 8c1c84ba2c35191bb58983051671942619de5144 (patch) | |
tree | b40f90730eef1ddf1cd77d73e0246e50ef1590c9 /system/ansible/ansible.SlackBuild | |
parent | 23f1419d9f53688e1fd6c9b7feb862273b82a6d3 (diff) | |
download | slackbuilds-8c1c84ba2c35191bb58983051671942619de5144.tar.gz |
system/ansible: Updated for version 2.4.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ansible/ansible.SlackBuild')
-rw-r--r-- | system/ansible/ansible.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/ansible/ansible.SlackBuild b/system/ansible/ansible.SlackBuild index bef0a1dc1a..d7d88f519b 100644 --- a/system/ansible/ansible.SlackBuild +++ b/system/ansible/ansible.SlackBuild @@ -2,7 +2,9 @@ # Slackware build script for ansible -# Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com>, Copyright 2016 Ciorceri Petru Sorin <cpsorin@gmail.com> +# Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com> +# Copyright 2016 Ciorceri Petru Sorin <cpsorin@gmail.com> +# Copyright 2017-2018 Marek Wodzinski <majek@w7i.pl> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ansible -VERSION=${VERSION:-2.4.2.0} +VERSION=${VERSION:-2.4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |