aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-08-21 00:29:15 -0700
committerMike McQuaid2014-08-21 14:37:13 +0100
commite8611c443367f1c375d6d547291ad2feca5d7ca3 (patch)
tree40fd10dd4d5b48da707e2740ccd546a2702236ac /Library/Formula
parent3759266991679d5cfb7269e2705fa190e714f4c7 (diff)
downloadhomebrew-e8611c443367f1c375d6d547291ad2feca5d7ca3.tar.bz2
clojurescript r2311
Diffstat (limited to 'Library/Formula')
-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 a2e8e713e..c5313d845 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/r2268.tar.gz"
- sha1 "ce3d52d9e374164cc8ac4a8d0ed2e6cf389c8da5"
+ url "https://github.com/clojure/clojurescript/archive/r2311.tar.gz"
+ sha1 "dfce06b02f8e89ab60cd87d02d7092c30ec1f362"
def install
system "./script/bootstrap"