diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2020-02-15 08:48:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 08:48:40 +0700 |
commit | bb77a2a5b74a090a24dc4bc8214524850ab08a4b (patch) | |
tree | b8d93adc16328dd4b4a80df26b15a5a116b7dd2f /perl/zef | |
parent | 90da8337479c720fed5b496de00bf695ea8605a3 (diff) |
perl/zef: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/zef')
-rw-r--r-- | perl/zef/README | 2 | ||||
-rw-r--r-- | perl/zef/zef.SlackBuild | 4 | ||||
-rw-r--r-- | perl/zef/zef.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/perl/zef/README b/perl/zef/README index 063f1b583675..04b4ac76e05f 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 5fc66c4a7f14..7f3e767cb942 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 a1c124ca4de5..d7418d076863 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" |