system/ansible: Updated for version 2.6.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4fd7167892
commit
78703c2376
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ansible
|
||||
VERSION=${VERSION:-2.6.4}
|
||||
VERSION=${VERSION:-2.6.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ansible"
|
||||
VERSION="2.6.4"
|
||||
VERSION="2.6.5"
|
||||
HOMEPAGE="https://www.ansible.com"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.6.4.tar.gz"
|
||||
MD5SUM="4922a636226f6e39fb414460cc85999d"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.6.5.tar.gz"
|
||||
MD5SUM="1fc26706c95a38d72a4c91b8a40abdf2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="paramiko PyYAML Jinja2"
|
||||
|
|
Loading…
Reference in New Issue