diff options
author | Shrivatsan V Sampathkumar <nastavs@gmail.com> | 2013-06-16 10:28:52 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-16 10:28:52 -0300 |
commit | 417bc1d5228df1dcdf3957a4d175691423caa984 (patch) | |
tree | ef14b531e4328e9dee517047ffc6d3a802ba2690 /development/rakudo | |
parent | 196343e6b410768bee66d15c83a6ce87107d70b7 (diff) | |
download | slackbuilds-417bc1d5228df1dcdf3957a4d175691423caa984.tar.gz |
development/rakudo: Updated for version 2013.05.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/rakudo')
-rw-r--r-- | development/rakudo/README | 10 | ||||
-rw-r--r-- | development/rakudo/rakudo.SlackBuild | 2 | ||||
-rw-r--r-- | development/rakudo/rakudo.info | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/development/rakudo/README b/development/rakudo/README index 88f3ff1450..26084f7b72 100644 --- a/development/rakudo/README +++ b/development/rakudo/README @@ -1,3 +1,7 @@ -Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming -language. -It runs on the Parrot virtual machine. +This is Rakudo Perl, a Perl 6 compiler for the Parrot virtual machine. + +This directory contains only the Rakudo Perl 6 compiler itself; it +does not contain any of the modules, documentation, or other items +that would normally come with a full Perl 6 distribution. If you're +after more than just the bare compiler, please download the latest +Rakudo Star package. diff --git a/development/rakudo/rakudo.SlackBuild b/development/rakudo/rakudo.SlackBuild index 81861772ff..287890e6bf 100644 --- a/development/rakudo/rakudo.SlackBuild +++ b/development/rakudo/rakudo.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rakudo -VERSION=${VERSION:-2013.02.1} +VERSION=${VERSION:-2013.05} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/rakudo/rakudo.info b/development/rakudo/rakudo.info index f79ee5640e..e294cba49c 100644 --- a/development/rakudo/rakudo.info +++ b/development/rakudo/rakudo.info @@ -1,8 +1,8 @@ PRGNAM="rakudo" -VERSION="2013.02.1" +VERSION="2013.05" HOMEPAGE="http://rakudo.org" -DOWNLOAD="http://rakudo.org/downloads/rakudo/rakudo-2013.02.1.tar.gz" -MD5SUM="4dfe80c9924cd06df79d6caa0f219919" +DOWNLOAD="http://rakudo.org/downloads/rakudo/rakudo-2013.05.tar.gz" +MD5SUM="3ff710984bb775186c78cec4f11abba3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="nqp" |