diff options
| author | Daniel Slapman | 2014-08-29 12:04:08 +0400 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-29 11:16:35 -0500 | 
| commit | cbb6e42f204d5380517725696a657df653c63d7e (patch) | |
| tree | 7cb819b58c1e3adaf7a7e823f80c2f385e6b00ee | |
| parent | 0f73b59440ec4cfe2f04dcf877185f648c36676b (diff) | |
| download | homebrew-cbb6e42f204d5380517725696a657df653c63d7e.tar.bz2 | |
jython 2.7-b3
Closes #31959.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/jython.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb index bd1ef3495..09c1c2e51 100644 --- a/Library/Formula/jython.rb +++ b/Library/Formula/jython.rb @@ -6,9 +6,9 @@ class Jython < Formula    sha1 '6b6ac4354733b6d68d51acf2f3d5c823a10a4ce4'    devel do -    url 'http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b2/jython-installer-2.7-b2.jar' -    version '2.7-b2' -    sha1 '900c505b55a43abee2361a2a4ef81dab7acd252f' +    url 'http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b3/jython-installer-2.7-b3.jar' +    version '2.7-b3' +    sha1 '02fb63769e2620eae3e49f2800e85b3243beca14'    end    def install | 
