diff options
| author | Adam Vandenberg | 2011-03-03 13:08:39 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-03 13:08:39 -0800 |
| commit | 96d978590095aa77f04e378e4f1829d9d290efce (patch) | |
| tree | fe63e8e9d08f9be98158d0231e2ea3a88ce1d445 /Library/Formula | |
| parent | e0f65767e1da394722a30399e0ffeb7d47b0dd19 (diff) | |
| download | homebrew-96d978590095aa77f04e378e4f1829d9d290efce.tar.bz2 | |
jython 2.5.2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jython.rb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb index c06830123..ecfadb81f 100644 --- a/Library/Formula/jython.rb +++ b/Library/Formula/jython.rb @@ -1,18 +1,10 @@ require 'formula' class Jython <Formula - url "http://downloads.sourceforge.net/project/jython/jython/2.5.1/jython_installer-2.5.1.jar", + url "http://downloads.sourceforge.net/project/jython/jython/2.5.2/jython_installer-2.5.2.jar", :using => :nounzip homepage 'http://www.jython.org' - - head "http://downloads.sourceforge.net/project/jython/jython-dev/2.5.2rc3/jython_installer-2.5.2rc3.jar", - :using => :nounzip - - if ARGV.build_head? - sha1 '547c424a119661ed1901079ff8f4e45af7d57b56' - else - md5 '2ee978eff4306b23753b3fe9d7af5b37' - end + sha1 'd4534a691edf40aa1d51723dfe3e22db1e39b432' def install system "java", "-jar", Pathname.new(@url).basename, "-s", "-d", libexec |
