parent
0a30317136
commit
a637448440
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@ require 'formula'
|
|||
|
||||
class Jython < Formula
|
||||
homepage 'http://www.jython.org'
|
||||
url "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.3/jython-installer-2.5.3.jar"
|
||||
url 'http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.3/jython-installer-2.5.3.jar'
|
||||
sha1 '6b6ac4354733b6d68d51acf2f3d5c823a10a4ce4'
|
||||
|
||||
devel do
|
||||
url "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b1/jython-installer-2.7-b1.jar"
|
||||
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'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue