summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andreas Voegele <andreas@andreasvoegele.com>2018-08-06 22:12:24 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:05 +0700
commit026e0871c361484e42dbe644d403bce750e00315 (patch)
tree0742a24875346ff0f0e039cccd79bea342bd6045
parentb48a3a905ae740a70db0e249bea2e44416d659ff (diff)
downloadslackbuilds-026e0871c361484e42dbe644d403bce750e00315.tar.gz
slackbuilds-026e0871c361484e42dbe644d403bce750e00315.tar.xz
perl/zef: Updated for version 0.4.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--perl/zef/zef.SlackBuild6
-rw-r--r--perl/zef/zef.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild
index ecaa6e802b..b715ac73a7 100644
--- a/perl/zef/zef.SlackBuild
+++ b/perl/zef/zef.SlackBuild
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=zef
-VERSION=${VERSION:-0.4.5}
+VERSION=${VERSION:-0.4.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,6 +63,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+if [ "${MAKETEST:-no}" = "yes" ]; then
+ env PERL6LIB=lib prove -e perl6
+fi
+
RAKUDO_LOG_PRECOMP=1 \
RAKUDO_RERESOLVE_DEPENDENCIES=0 \
perl6-install-dist \
diff --git a/perl/zef/zef.info b/perl/zef/zef.info
index 7bddba84d0..7db5918005 100644
--- a/perl/zef/zef.info
+++ b/perl/zef/zef.info
@@ -1,8 +1,8 @@
PRGNAM="zef"
-VERSION="0.4.5"
+VERSION="0.4.6"
HOMEPAGE="https://github.com/ugexe/zef"
-DOWNLOAD="https://github.com/ugexe/zef/archive/v0.4.5/zef-0.4.5.tar.gz"
-MD5SUM="2042a4311651872180b9bc7c22200f71"
+DOWNLOAD="https://github.com/ugexe/zef/archive/v0.4.6/zef-0.4.6.tar.gz"
+MD5SUM="0f25fe6414e0ea70e0d04f50968c58fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rakudo"