aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-12-17 10:40:41 -0600
committerMike McQuaid2013-12-17 23:35:41 +0000
commit4331396cbcdd06fcec0e3b146f00a67f66c4e9dc (patch)
treecc2d52a9425542546a3d7cde621339ece3eaa042 /Library
parente51623ff87fb3f2d93d23594e4ed2bcd7a1c4cab (diff)
downloadhomebrew-4331396cbcdd06fcec0e3b146f00a67f66c4e9dc.tar.bz2
clojurescript r2120
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clojurescript.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb
index aae9e97eb..939aa2476 100644
--- a/Library/Formula/clojurescript.rb
+++ b/Library/Formula/clojurescript.rb
@@ -3,8 +3,8 @@ require 'formula'
class Clojurescript < Formula
homepage 'https://github.com/clojure/clojurescript'
head 'https://github.com/clojure/clojurescript.git'
- url 'https://github.com/clojure/clojurescript/archive/r2080.tar.gz'
- sha1 '33f43cb9d26e921665a6c2d9f30e26b43a4eed62'
+ url 'https://github.com/clojure/clojurescript/archive/r2120.tar.gz'
+ sha1 '50143c223407bc4562cf5c97270724e1a9b4e128'
def install
system "./script/bootstrap"