Jython --devel 2.5.3b1

This commit is contained in:
Adam Vandenberg 2012-04-29 20:02:59 -07:00
parent 027fdbf752
commit 437f97888d

View file

@ -6,8 +6,15 @@ class Jython < Formula
:using => :nounzip
sha1 'd4534a691edf40aa1d51723dfe3e22db1e39b432'
devel do
url "http://downloads.sourceforge.net/project/jython/jython-dev/2.5.3b1/jython_installer-2.5.3b1.jar",
:using => :nounzip
version '2.5.3b1'
sha1 'bcfc024a93289b2f99bf000fb7666a48fe3d32da'
end
def install
system "java", "-jar", "jython_installer-2.5.2.jar", "-s", "-d", libexec
system "java", "-jar", "jython_installer-#{version}.jar", "-s", "-d", libexec
bin.install_symlink libexec+'bin/jython'
end
end