diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/plt-racket.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/plt-racket.rb b/Library/Formula/plt-racket.rb index 3e72e863f..427acf9b5 100644 --- a/Library/Formula/plt-racket.rb +++ b/Library/Formula/plt-racket.rb @@ -2,9 +2,9 @@ require 'formula' class PltRacket < Formula # Use GitHub; tarball doesn't have everything needed for building on OS X - url 'https://github.com/plt/racket.git', :tag => 'v5.1.1' + url 'https://github.com/plt/racket.git', :tag => 'v5.1.3' homepage 'http://racket-lang.org/' - version '5.1.1' + version '5.1.3' # Don't strip symbols; need them for dynamic linking. skip_clean 'bin' |
