summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andreas Voegele2020-02-15 02:48:40 +0100
committer Willy Sudiarto Raharjo2020-02-15 02:48:40 +0100
commitbb77a2a5b74a090a24dc4bc8214524850ab08a4b (patch)
treeb8d93adc16328dd4b4a80df26b15a5a116b7dd2f
parent90da8337479c720fed5b496de00bf695ea8605a3 (diff)
downloadslackbuilds-bb77a2a5b74a090a24dc4bc8214524850ab08a4b.tar.gz
perl/zef: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/zef/README2
-rw-r--r--perl/zef/zef.SlackBuild4
-rw-r--r--perl/zef/zef.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/perl/zef/README b/perl/zef/README
index 063f1b5836..04b4ac76e0 100644
--- a/perl/zef/README
+++ b/perl/zef/README
@@ -1,3 +1,3 @@
The zef package manager downloads and installs Raku modules.
-By default, the modules are installed in ~/.perl6.
+By default, the modules are installed in ~/.raku.
diff --git a/perl/zef/zef.SlackBuild b/perl/zef/zef.SlackBuild
index 5fc66c4a7f..7f3e767cb9 100644
--- a/perl/zef/zef.SlackBuild
+++ b/perl/zef/zef.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zef
-# Copyright 2018-2019 Andreas Voegele <andreas@andreasvoegele.com>
+# Copyright 2018-2020 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=zef
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/perl/zef/zef.info b/perl/zef/zef.info
index a1c124ca4d..d7418d0768 100644
--- a/perl/zef/zef.info
+++ b/perl/zef/zef.info
@@ -1,8 +1,8 @@
PRGNAM="zef"
-VERSION="0.8.2"
+VERSION="0.8.3"
HOMEPAGE="https://github.com/ugexe/zef"
-DOWNLOAD="https://github.com/ugexe/zef/archive/v0.8.2/zef-0.8.2.tar.gz"
-MD5SUM="42365330c53aee48b2786f4ead33114e"
+DOWNLOAD="https://github.com/ugexe/zef/archive/v0.8.3/zef-0.8.3.tar.gz"
+MD5SUM="64e5fbb98339f48f1b5bd0ea8a624952"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rakudo"