summaryrefslogtreecommitdiffstats
path: root/system/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'system/ansible')
-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"