diff options
| author | Adam Vandenberg | 2012-04-29 20:02:59 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-04-29 20:03:23 -0700 | 
| commit | e576a60c6588a68b6294d13096c5e645cfe4d965 (patch) | |
| tree | f9f83db5b46ee7377e132ceeda2a17e415c285c4 /Library/Formula/jython.rb | |
| parent | 293be9d0dbe0c76b9c5bf1ac21a6481a909d6fab (diff) | |
| download | homebrew-e576a60c6588a68b6294d13096c5e645cfe4d965.tar.bz2 | |
Jython --devel 2.5.3b1
Diffstat (limited to 'Library/Formula/jython.rb')
| -rw-r--r-- | Library/Formula/jython.rb | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb index b08713708..52118055f 100644 --- a/Library/Formula/jython.rb +++ b/Library/Formula/jython.rb @@ -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 | 
