diff options
author | Michel Begue <mab974@misouk.com> | 2022-06-06 17:34:52 +0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:58:55 +0700 |
commit | 1359d51cc12e4e75b90c190a184694845952ab84 (patch) | |
tree | 25691ed7100d8dbe38e741da2c2fead4a3355a3a /perl | |
parent | bce0c67cc240e9eddcb0f38d5914e4b3233b88d7 (diff) | |
download | slackbuilds-1359d51cc12e4e75b90c190a184694845952ab84.tar.gz |
perl/zef: Updated for version 0.13.8.
Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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" |