Update Racket to v6.0

This commit is contained in:
Linh Tran 2014-02-28 01:02:11 +07:00
parent f823b25246
commit 141d9d9f0b

View file

@ -1,7 +1,7 @@
class Racket < Cask
url 'http://download.racket-lang.org/installers/5.93/racket-5.93-x86_64-macosx.dmg'
url 'http://download.racket-lang.org/installers/6.0/racket-6.0-x86_64-macosx.dmg'
homepage 'http://racket-lang.org/'
version '5.93'
sha256 '61f358bc46009f88ba18e9e8b0a64a32be10b5d631be9afe4a05bde0d5376070'
link 'Racket v5.93'
version '6.0'
sha256 '770d4f7471382319c0d8e083b3acccc0dbe13e6827fdc05cebda93aa51797d9c'
link 'Racket v6.0'
end