diff options
| author | Daniel Slapman | 2014-05-13 17:56:41 +0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-13 09:04:02 -0700 | 
| commit | 4c190754954638c96140089c93e50f0dcfb2545f (patch) | |
| tree | 340cf4ab0b91a88aa319dfb4c938bb93731b7b3e /Library/Formula/jython.rb | |
| parent | 30216fdb27a544ef975823c4d78b3df282b9ca60 (diff) | |
| download | homebrew-4c190754954638c96140089c93e50f0dcfb2545f.tar.bz2 | |
jython devel 2.7-b2
Closes #29221.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/jython.rb')
| -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 7e7884137..bd1ef3495 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-b1/jython-installer-2.7-b1.jar' -    version '2.7-b1' -    sha1 '385a52a8a3c5d941d61a7b2ed76e8a351b3658f2' +    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'    end    def install | 
