diff options
| author | Adam Vandenberg | 2010-11-06 08:48:56 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-06 08:48:56 -0700 |
| commit | 52341f6a6de07484be13dca8631621fe5a647ad4 (patch) | |
| tree | 211663d4a3001fd3360927cb1cfcacd9ae8a6b5c /Library | |
| parent | 6c59d6c5f127c987e8b76e55b7770f464fe5444d (diff) | |
| download | homebrew-52341f6a6de07484be13dca8631621fe5a647ad4.tar.bz2 | |
rakudo-star 2010.10
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rakudo-star.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rakudo-star.rb b/Library/Formula/rakudo-star.rb index f2e7c1880..4022596e4 100644 --- a/Library/Formula/rakudo-star.rb +++ b/Library/Formula/rakudo-star.rb @@ -1,9 +1,9 @@ require 'formula' class RakudoStar <Formula - url 'http://cloud.github.com/downloads/rakudo/star/rakudo-star-2010.08.tar.gz' + url 'https://github.com/downloads/rakudo/star/rakudo-star-2010.10.tar.gz' homepage 'http://rakudo.org/' - md5 'abdadbc3016498c3bd8a89b53f63ae35' + md5 '02b426572fe2f42514940f485bcf1d91' depends_on 'parrot' |
