diff options
| author | Daniel Slapman | 2015-03-26 11:45:50 +0300 |
|---|---|---|
| committer | Brett Koonce | 2015-03-29 22:12:35 -0700 |
| commit | 90ae9f53c31ccf6a42130b2eb764dda69c023c82 (patch) | |
| tree | 2917baf8d03773ff40489d8592dd74a815f27b82 /Library | |
| parent | 261f3ba18dbeb784c24624af60791ce1a34cab8d (diff) | |
| download | homebrew-90ae9f53c31ccf6a42130b2eb764dda69c023c82.tar.bz2 | |
Jython --devel 2.7-RC1
Closes #38091.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jython.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/jython.rb b/Library/Formula/jython.rb index 09c1c2e51..060ee9c1b 100644 --- a/Library/Formula/jython.rb +++ b/Library/Formula/jython.rb @@ -6,9 +6,8 @@ class Jython < Formula sha1 '6b6ac4354733b6d68d51acf2f3d5c823a10a4ce4' devel do - 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' + url 'http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-rc1/jython-installer-2.7-rc1.jar' + sha1 '772b88e129612cc30636b36d3d9ea47bd18666ec' end def install |
