Browse Source
system/ansible-core: Updated for version 2.15.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Marek Wodzinski
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
7 deletions
-
system/ansible-core/ansible-core.SlackBuild
-
system/ansible-core/ansible-core.info
|
|
@ -25,7 +25,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=ansible-core |
|
|
|
VERSION=${VERSION:-2.15.9} |
|
|
|
SRCNAM=$(echo $PRGNAM|tr '-' '_') |
|
|
|
VERSION=${VERSION:-2.15.12} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -69,9 +70,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
rm -rf $SRCNAM-$VERSION |
|
|
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* |
|
|
|
cd $SRCNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="ansible-core" |
|
|
|
VERSION="2.15.9" |
|
|
|
VERSION="2.15.12" |
|
|
|
HOMEPAGE="https://www.ansible.com" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/47/0b/5e46aeee6c72adc3507d9909e57fa1e9a66b3f4929c463bdbe102441a062/ansible-core-2.15.9.tar.gz" |
|
|
|
MD5SUM="101644e55f0f2e13630aeaba3809298f" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/a1/fc/e81a2e2a6e4247444fe632c8ffaff5c1bcc3adf85ae87d08158724f419fd/ansible_core-2.15.12.tar.gz" |
|
|
|
MD5SUM="287866768b35f344db7ccf2d28e7579e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="cryptography importlib-resources python3-resolvelib" |
|
|
|