perl/zef: Updated for version 0.8.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2020-02-15 08:48:40 +07:00 committed by Willy Sudiarto Raharjo
parent 90da833747
commit bb77a2a5b7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"