diff --git a/n/ansible/ansible-2.9.0.tar.gz.sha256 b/n/ansible/ansible-2.9.0.tar.gz.sha256 deleted file mode 100644 index 82eadda1..00000000 --- a/n/ansible/ansible-2.9.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -9f9a9ace1d63cd8a4692ab6ee6ed04823743f1bd339a6ef188860c02cf7f46f1 ansible-2.9.0.tar.gz diff --git a/n/ansible/ansible-2.9.9.tar.gz.sha256 b/n/ansible/ansible-2.9.9.tar.gz.sha256 new file mode 100644 index 00000000..ea5b1456 --- /dev/null +++ b/n/ansible/ansible-2.9.9.tar.gz.sha256 @@ -0,0 +1 @@ +e83d84ae8bf131c0499d8a4c0e1144bf969454c43086e61cca3c224227df29d1 ansible-2.9.9.tar.gz diff --git a/n/ansible/ansible.SlackBuild b/n/ansible/ansible.SlackBuild index 8257f91f..2a3c7f6e 100755 --- a/n/ansible/ansible.SlackBuild +++ b/n/ansible/ansible.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2015,2016,2017,2019 Damien Goutte-Gattat +# Copyright (C) 2015,2016,2017,2019,2020 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -28,7 +28,7 @@ # Source package infos NAMESRC=${NAMESRC:-ansible} -VERSION=${VERSION:-2.9.0} +VERSION=${VERSION:-2.9.9} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://releases.ansible.com/ansible/$ARCHIVE} @@ -69,10 +69,6 @@ cd $TMP echo "Building $ARCHIVE..." tar xf $CWD/$ARCHIVE cd $NAME -# We install the Python modules both for Python 2 and Python 3, -# but we only install the -3.7 executable scripts. -python2 setup.py build -python2 setup.py install --root=$PKG python3 setup.py build python3 setup.py install --root=$PKG