summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Marek Wodzinski <majek@w7i.pl>2018-08-03 22:07:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-04 08:40:04 +0700
commit9451299510747c3759b46653cdb9e13f3df2be4f (patch)
tree4f58256a778b7b4145b4119dcb9b5c82c91e1b82
parentae0ee949c09627d02b4cf84c64f2f56b9720917e (diff)
downloadslackbuilds-9451299510747c3759b46653cdb9e13f3df2be4f.tar.gz
slackbuilds-9451299510747c3759b46653cdb9e13f3df2be4f.tar.xz
system/ansible: Updated for version 2.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/ansible/ansible.SlackBuild5
-rw-r--r--system/ansible/ansible.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/system/ansible/ansible.SlackBuild b/system/ansible/ansible.SlackBuild
index 6cb8568a61..32fe4ae6e1 100644
--- a/system/ansible/ansible.SlackBuild
+++ b/system/ansible/ansible.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ansible
-VERSION=${VERSION:-2.5.6}
+VERSION=${VERSION:-2.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,9 +73,6 @@ find -L . \
python setup.py install --root=$PKG
-# We don't need these, do we?
-rm -r docs/man/man1/*asciidoc.in
-
# Copy docs, remove git traces, compress manpages
cp -a docs/man $PKG/usr/man
find $PKG/usr/man \
diff --git a/system/ansible/ansible.info b/system/ansible/ansible.info
index b36808556a..8015c3c4b6 100644
--- a/system/ansible/ansible.info
+++ b/system/ansible/ansible.info
@@ -1,8 +1,8 @@
PRGNAM="ansible"
-VERSION="2.5.6"
+VERSION="2.6.2"
HOMEPAGE="https://www.ansible.com"
-DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.5.6.tar.gz"
-MD5SUM="13c2240a2ec3964347c435ba6b04ac89"
+DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.6.2.tar.gz"
+MD5SUM="59f674f5b5355ae2e11d75de6e990f44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="paramiko PyYAML Jinja2"