diff options
-rw-r--r-- | perl/zef/zef.SlackBuild | 2 | ||||
-rw-r--r-- | perl/zef/zef.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild index c7d9586da7..9632330cbd 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.1} +VERSION=${VERSION:-0.22.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/zef/zef.info b/perl/zef/zef.info index 61505e5921..3c6b71ad49 100644 --- a/perl/zef/zef.info +++ b/perl/zef/zef.info @@ -1,8 +1,8 @@ PRGNAM="zef" -VERSION="0.22.1" +VERSION="0.22.3" HOMEPAGE="https://github.com/ugexe/zef" -DOWNLOAD="https://github.com/ugexe/zef/archive/v0.22.1/zef-0.22.1.tar.gz" -MD5SUM="8cc72ec2501e9e580649c62e03d4e147" +DOWNLOAD="https://github.com/ugexe/zef/archive/v0.22.3/zef-0.22.3.tar.gz" +MD5SUM="499d3ef3eebfae570b8f6faf4db9481b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rakudo" |