system/ansible: Updated for version 2.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1ae375f4d4
commit
e92a181df1
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ansible
|
||||
VERSION=${VERSION:-2.6.6}
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ansible"
|
||||
VERSION="2.6.6"
|
||||
VERSION="2.7.2"
|
||||
HOMEPAGE="https://www.ansible.com"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.6.6.tar.gz"
|
||||
MD5SUM="2080bfa47b6bbb45586e5856013e7bbb"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.7.2.tar.gz"
|
||||
MD5SUM="e9bbd49c4918f93fdab43652faa0508b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="paramiko PyYAML Jinja2"
|
||||
|
|
Loading…
Reference in New Issue