perl/rakudo: Updated for version 2019.03.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2019-06-22 19:58:49 +07:00 committed by Willy Sudiarto Raharjo
parent bb8a79609a
commit 392f098826
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=rakudo
VERSION=${VERSION:-2019.03}
VERSION=${VERSION:-2019.03.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,9 +71,9 @@ perl Configure.pl \
make
if [ "${MAKETEST:-no}" = "yes" ]; then
make test
env -u LD_PRELOAD make test
fi
make install DESTDIR=$PKG
env -u LD_PRELOAD make install DESTDIR=$PKG
# Arch Linux uses the name perl6-install-dist.
cp tools/install-dist.p? $PKG/usr/bin/perl6-install-dist

View file

@ -1,8 +1,8 @@
PRGNAM="rakudo"
VERSION="2019.03"
VERSION="2019.03.1"
HOMEPAGE="https://rakudo.org/"
DOWNLOAD="https://rakudo.org/dl/rakudo/rakudo-2019.03.tar.gz"
MD5SUM="dd588d2f1d5561a48ed3cc099c057db6"
DOWNLOAD="https://github.com/rakudo/rakudo/archive/2019.03.1/rakudo-2019.03.1.tar.gz"
MD5SUM="47b50b4f2f2ed36f7bc9c68868e670d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nqp"