system/ansible: Updated for version 2.4.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
23f1419d9f
commit
8c1c84ba2c
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ansible"
|
||||
VERSION="2.4.2.0"
|
||||
HOMEPAGE="http://ansible.com"
|
||||
DOWNLOAD="http://releases.ansible.com/ansible/ansible-2.4.2.0.tar.gz"
|
||||
MD5SUM="88240a923505d604bd7a4fb91d7721e8"
|
||||
VERSION="2.4.3.0"
|
||||
HOMEPAGE="https://www.ansible.com"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.4.3.0.tar.gz"
|
||||
MD5SUM="809c90ad435bab3315d2c12fc72c9e68"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="paramiko PyYAML Jinja2 httplib2 MarkupSafe"
|
||||
MAINTAINER="Marek Wodzinski"
|
||||
EMAIL="majek@mamy.to"
|
||||
EMAIL="majek@w7i.pl"
|
||||
|
|
|
@ -11,7 +11,7 @@ ansible:
|
|||
ansible: A radically simple, model-driven orchestration solution that
|
||||
ansible: automates configuration, software deployment, and other IT needs.
|
||||
ansible:
|
||||
ansible: Homepage: http://ansible.com
|
||||
ansible: Homepage: https://www.ansible.com
|
||||
ansible:
|
||||
ansible:
|
||||
ansible:
|
||||
|
|
Loading…
Reference in New Issue