aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael S. Klishin2011-06-12 17:53:49 +0400
committerAdam Vandenberg2011-06-12 16:14:10 -0700
commitd8f8eebfff5f1ae0731c851ff9119d96584ebd4e (patch)
tree2bf4b90a8ebe80088b4361f4a822e37cb325e820 /Library/Formula
parent834a2c39e5fcc80772b8b2353cbf9e14f2db3a8a (diff)
downloadhomebrew-d8f8eebfff5f1ae0731c851ff9119d96584ebd4e.tar.bz2
Clojure 1.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clojure.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb
index 9f79452b6..997ed7d43 100644
--- a/Library/Formula/clojure.rb
+++ b/Library/Formula/clojure.rb
@@ -1,8 +1,8 @@
require 'formula'
class Clojure < Formula
- url 'https://github.com/downloads/clojure/clojure/clojure-1.2.0.zip'
- md5 'da0cc71378f56491d6ee70dee356831f'
+ url 'https://github.com/downloads/clojure/clojure/clojure-1.2.1.zip'
+ md5 'c5724c624fd6ce6a1d00252c27d53ebe'
head 'https://github.com/clojure/clojure.git'
homepage 'http://clojure.org/'