diff options
| author | Tianyi Cui | 2010-10-02 21:14:38 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-02 07:49:40 -0700 | 
| commit | 476e31e4e9d0ff26d14cd1646827e21ded880f7e (patch) | |
| tree | 2686fef0a40fd2ed52853056ac60ece459394993 /Library | |
| parent | 4a6da2ade89394147107650f5d4c45b956e0981f (diff) | |
| download | homebrew-476e31e4e9d0ff26d14cd1646827e21ded880f7e.tar.bz2 | |
jython: updated 2.5.2b2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jython.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb index c5865e155..a079695ff 100644 --- a/Library/Formula/jython.rb +++ b/Library/Formula/jython.rb @@ -5,7 +5,7 @@ class Jython <Formula      :using => :nounzip    md5 '2ee978eff4306b23753b3fe9d7af5b37'    homepage 'http://www.jython.org' -  head "http://downloads.sourceforge.net/project/jython/jython-dev/2.5.2b1/jython_installer-2.5.2b1.jar", +  head "http://downloads.sourceforge.net/project/jython/jython-dev/2.5.2b2/jython_installer-2.5.2b2.jar",      :using => :nounzip    def install | 
