Use new clojure git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c2d21fe999
commit
9d3a64cab4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class ClojureContrib <Formula
|
||||
url 'http://github.com/downloads/clojure/clojure-contrib/clojure-contrib-1.2.0.zip'
|
||||
md5 '83cc86fd2929ca417a9ab9f2a0dedadb'
|
||||
head 'git://github.com/richhickey/clojure-contrib.git'
|
||||
head 'git://github.com/clojure/clojure-contrib.git'
|
||||
homepage 'http://richhickey.github.com/clojure-contrib/branch-1.1.x/index.html'
|
||||
|
||||
depends_on 'clojure'
|
||||
|
|
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class Clojure <Formula
|
||||
url 'http://github.com/downloads/clojure/clojure/clojure-1.2.0.zip'
|
||||
md5 'da0cc71378f56491d6ee70dee356831f'
|
||||
head 'git://github.com/richhickey/clojure.git'
|
||||
head 'git://github.com/clojure/clojure.git'
|
||||
homepage 'http://clojure.org/'
|
||||
|
||||
def jar
|
||||
|
|
Loading…
Reference in a new issue