diff options
author | 2025-04-21 19:10:47 +0400 | |
---|---|---|
committer | 2025-04-23 23:35:26 +0700 | |
commit | 895f6fb9e01d8dc4dbfb60ce2a99efb095425610 (patch) | |
tree | 8213d373ed058c82cdb4a8db63266d039c33e10a /perl | |
parent | c444a03cbd878572936926f81ede4ebaf03e5a73 (diff) | |
download | slackbuilds-895f6fb9e01d8dc4dbfb60ce2a99efb095425610.tar.gz slackbuilds-895f6fb9e01d8dc4dbfb60ce2a99efb095425610.tar.xz |
perl/zef: Updated for version 1.0.0
Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/zef/zef.SlackBuild | 5 | ||||
-rw-r--r-- | perl/zef/zef.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild index db533b06e5..65239e5eba 100644 --- a/perl/zef/zef.SlackBuild +++ b/perl/zef/zef.SlackBuild @@ -20,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zef -VERSION=${VERSION:-0.22.6} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -33,9 +33,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/perl/zef/zef.info b/perl/zef/zef.info index ce8adb4695..aad7c9f867 100644 --- a/perl/zef/zef.info +++ b/perl/zef/zef.info @@ -1,8 +1,8 @@ PRGNAM="zef" -VERSION="0.22.6" +VERSION="1.0.0" HOMEPAGE="https://github.com/ugexe/zef" -DOWNLOAD="https://github.com/ugexe/zef/archive/v0.22.6/zef-0.22.6.tar.gz" -MD5SUM="f6b1225e23e63df2ee8dae2588c609de" +DOWNLOAD="https://github.com/ugexe/zef/archive/v1.0.0/zef-1.0.0.tar.gz" +MD5SUM="bef4ea380a9919a3545559b1d3773bf4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rakudo" |