From 91a86ce332d18d5df8a4d15312840835c453e9c5 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Thu, 20 Jun 2013 17:04:36 +0800 Subject: [PATCH] Racket 5.3.5 I've had a look at this, and I'm not exactly sure what we should be linking here. Input from a user would be helpful. --- Casks/racket.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Casks/racket.rb b/Casks/racket.rb index 2e9dfe193..a26694ab7 100644 --- a/Casks/racket.rb +++ b/Casks/racket.rb @@ -1,6 +1,7 @@ class Racket < Cask - url 'http://download.racket-lang.org/installers/5.3/racket/racket-5.3-bin-x86_64-osx-mac.dmg' + url 'http://download.racket-lang.org/installers/5.3.5/racket/racket-5.3.5-bin-x86_64-osx-mac.dmg' homepage 'http://racket-lang.org/' - version '5.3' - sha1 'da2642f5cebb16e7098b00988627ee6c45f5edc8' + version '5.3.5' + sha1 '6888fd4585ba81297f7c8303584db450afb34bd0' + link 'Racket v5.3.5' end