perl/zef: updated to 0.13.7

Signed-off-by: Michel Begue <mab974@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2022-02-10 07:35:09 +04:00 committed by Willy Sudiarto Raharjo
parent d08e68dc14
commit f7bd51bb81
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zef
VERSION=${VERSION:-0.9.4}
VERSION=${VERSION:-0.13.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -90,7 +90,7 @@ ln -s /usr/share/perl6/vendor/bin/zef $PKG/usr/bin/zef
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
LICENSE README.pod \
LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="zef"
VERSION="0.9.4"
VERSION="0.13.7"
HOMEPAGE="https://github.com/ugexe/zef"
DOWNLOAD="https://github.com/ugexe/zef/archive/v0.9.4/zef-0.9.4.tar.gz"
MD5SUM="4512b49b7c7039b4df6265116097f48c"
DOWNLOAD="https://github.com/ugexe/zef/archive/v0.13.7/zef-0.13.7.tar.gz"
MD5SUM="d8664ec6558f6720824d3d9f999f862a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rakudo"