aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/plt-racket.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-22 11:22:07 -0700
committerAdam Vandenberg2011-08-22 11:22:21 -0700
commit6c524292ba83bb95981c776cad990eeb2d53bb8b (patch)
tree20ea38b6ea23a17d19e30c8d86387b56835a1d8d /Library/Formula/plt-racket.rb
parentf78fb38689b034a666c4bd2886d8a75d0d95b99b (diff)
downloadhomebrew-6c524292ba83bb95981c776cad990eeb2d53bb8b.tar.bz2
plt-racket 5.1.3
Diffstat (limited to 'Library/Formula/plt-racket.rb')
-rw-r--r--Library/Formula/plt-racket.rb4
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'