rakudo: update to 2018.05.
This commit is contained in:
parent
9070370867
commit
7f148ab637
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'rakudo'.
|
# Template file for 'rakudo'
|
||||||
pkgname=rakudo
|
pkgname=rakudo
|
||||||
version=2018.04.1
|
version=2018.05
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
|
@ -12,7 +12,8 @@ short_desc="Rakudo is an implementation of Perl 6 language"
|
||||||
maintainer="Ruslan <axetwe@gmail.com>"
|
maintainer="Ruslan <axetwe@gmail.com>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="https://rakudo.org"
|
homepage="https://rakudo.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/rakudo/rakudo/master/docs/ChangeLog"
|
||||||
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
distfiles="https://github.com/rakudo/rakudo/archive/${version}.tar.gz"
|
||||||
checksum=b9696069298f6070d9f961dcb6a58876245fcaf54161f2d55b2db51acb7b32de
|
checksum=0adcc61b1117184b23d3f1ec4fd922a6ea1eac922b06c8b7193bfa02a8836f46
|
||||||
nocross=yes
|
nocross=yes
|
||||||
make_check_target="test"
|
make_check_target=test
|
||||||
|
|
Loading…
Reference in a new issue