mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/ansible: Updated for version 2.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f16297b13b
commit
c8407708d9
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ansible
|
||||
VERSION=${VERSION:-2.7.4}
|
||||
VERSION=${VERSION:-2.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ansible"
|
||||
VERSION="2.7.4"
|
||||
VERSION="2.7.5"
|
||||
HOMEPAGE="https://www.ansible.com"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.7.4.tar.gz"
|
||||
MD5SUM="94e5baf165697c83b704af592291bf90"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.7.5.tar.gz"
|
||||
MD5SUM="2c8bf6d7b3a74cab663ade4e2dca1edf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="paramiko PyYAML Jinja2"
|
||||
|
|
Loading…
Reference in a new issue