diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/zef/zef.SlackBuild | 4 | ||||
-rw-r--r-- | perl/zef/zef.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild index 7b0a4ccf7f..aa820dc612 100644 --- a/perl/zef/zef.SlackBuild +++ b/perl/zef/zef.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for zef -# Copyright 2020- Michel Begue <mab974@gmail.com> +# Copyright 2020- Michel Begue <mab974@misouk.com> # Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com> # # Permission to use, copy, modify, and distribute this software for any @@ -20,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zef -VERSION=${VERSION:-0.13.7} +VERSION=${VERSION:-0.13.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/zef/zef.info b/perl/zef/zef.info index 1a961a51f1..aa53e6de49 100644 --- a/perl/zef/zef.info +++ b/perl/zef/zef.info @@ -1,10 +1,10 @@ PRGNAM="zef" -VERSION="0.13.7" +VERSION="0.13.8" HOMEPAGE="https://github.com/ugexe/zef" -DOWNLOAD="https://github.com/ugexe/zef/archive/v0.13.7/zef-0.13.7.tar.gz" -MD5SUM="d8664ec6558f6720824d3d9f999f862a" +DOWNLOAD="https://github.com/ugexe/zef/archive/v0.13.8/zef-0.13.8.tar.gz" +MD5SUM="78a5e5f6def8fd32c19f05043ae22a6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rakudo" MAINTAINER="Michel Begue" -EMAIL="mab974@gmail.com" +EMAIL="mab974@misouk.com" |