rakudo-star: update to 2015.07
This commit is contained in:
parent
9247521ead
commit
feeee1a1fd
4 changed files with 7 additions and 7 deletions
|
@ -420,7 +420,7 @@ libcdio.so.16 libcdio-0.93_1
|
|||
libmpcdec.so.5 libmpcdec-1.2.6_1
|
||||
libproxy.so.1 libproxy-0.4.6_1
|
||||
libmodman.so.1 libproxy-0.4.6_1
|
||||
libmoar.so MoarVM-2015.06_1
|
||||
libmoar.so MoarVM-2015.07_1
|
||||
libFLAC.so.8 libflac-1.2.1_1
|
||||
libFLAC++.so.6 libflac-1.2.1_1
|
||||
libmad.so.0 libmad-0.15.1b_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'MoarVM'.
|
||||
pkgname=MoarVM
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
version=2015.06
|
||||
version=2015.07
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -13,6 +13,6 @@ maintainer="Ruslan <axetwe@gmail.com>"
|
|||
homepage="http://moarvm.com"
|
||||
license="Artistic-2.0"
|
||||
distfiles="http://moarvm.org/releases/MoarVM-${version}.tar.gz"
|
||||
checksum="8dfe52630a3fcc749b653591f8a4e7fa723cd204cf0f6133b62b70d1b9c5980f"
|
||||
checksum="310a4ea6dbaacaf1837606edf6c42170143f60c8e29eb94c7e6fea810b6af10b"
|
||||
shlib_provides="libmoar.so"
|
||||
make_install_target="install"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'nqp'.
|
||||
pkgname=nqp
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
version=2015.06
|
||||
version=2015.07.2
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -13,4 +13,4 @@ maintainer="Ruslan <axetwe@gmail.com>"
|
|||
homepage="http://github.com/perl6/nqp"
|
||||
license="Artistic-2.0"
|
||||
distfiles="https://github.com/perl6/nqp/archive/${version}.tar.gz"
|
||||
checksum="80d528501a6843a9746b3060d230b080d3511720e9f4096087466e25703f4a82"
|
||||
checksum="673ae8b68e9b4f60562bfbea4233add1bf5da38528f3e38e2f9769ddc8e14e07"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'rakudo-star'.
|
||||
pkgname=rakudo-star
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
version=2015.06
|
||||
version=2015.07
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="perl Configure.pl"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Ruslan <axetwe@gmail.com>"
|
|||
homepage="http://rakudo.org"
|
||||
license="Artistic-2.0"
|
||||
distfiles="http://rakudo.org/downloads/star/rakudo-star-${version}.tar.gz"
|
||||
checksum="126491a2c9f408239fb8ed94d5369c9839e3fbe284fdfbfc4e45160ce2db5bc7"
|
||||
checksum="84d7812a735eedc39d7c0898d4fd15ecd82563971744b2bc6ff0a1c581c82910"
|
||||
depends="MoarVM nqp"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue