mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/ansible: Updated for version 2.6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5482f634d2
commit
0ffac0fd54
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.6.2}
|
||||
VERSION=${VERSION:-2.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ansible"
|
||||
VERSION="2.6.2"
|
||||
VERSION="2.6.3"
|
||||
HOMEPAGE="https://www.ansible.com"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.6.2.tar.gz"
|
||||
MD5SUM="59f674f5b5355ae2e11d75de6e990f44"
|
||||
DOWNLOAD="https://releases.ansible.com/ansible/ansible-2.6.3.tar.gz"
|
||||
MD5SUM="d20361943f20c561640dc7900efd4b73"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="paramiko PyYAML Jinja2"
|
||||
|
|
Loading…
Reference in a new issue