diff options
| author | Jason Baker | 2010-01-12 11:15:03 -0600 |
|---|---|---|
| committer | Max Howell | 2010-01-16 19:13:46 +0000 |
| commit | b976a58f6dc87a321c552c014b433ce0e57a8d1e (patch) | |
| tree | 550b76c5ac161980cf4e718afec7b83a755c89b1 /Library | |
| parent | 1342debdb257d52e07387da18c84ff1d11520aa8 (diff) | |
| download | homebrew-b976a58f6dc87a321c552c014b433ce0e57a8d1e.tar.bz2 | |
Updating clojure formula to work against version 1.1.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clojure.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb index d40b7e93e..91f70ef12 100644 --- a/Library/Formula/clojure.rb +++ b/Library/Formula/clojure.rb @@ -1,11 +1,11 @@ require 'formula' class Clojure <Formula - url 'http://clojure.googlecode.com/files/clojure_1.0.0.zip' - md5 'e7a50129040df7fe52287006988ecbb2' + url 'http://clojure.googlecode.com/files/clojure-1.1.0.zip' + md5 '9c9e92f85351721b76f40578f5c1a94a' head 'git://github.com/richhickey/clojure.git' homepage 'http://clojure.org/' - JAR = "clojure-1.0.0.jar" + JAR = "clojure.jar" def script DATA.read.gsub 'CLOJURE_JAR_PATH_PLACEHOLDER', prefix+JAR |
