diff options
| author | Brett Koonce | 2014-08-21 00:29:15 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:13 +0100 |
| commit | e8611c443367f1c375d6d547291ad2feca5d7ca3 (patch) | |
| tree | 40fd10dd4d5b48da707e2740ccd546a2702236ac /Library/Formula | |
| parent | 3759266991679d5cfb7269e2705fa190e714f4c7 (diff) | |
| download | homebrew-e8611c443367f1c375d6d547291ad2feca5d7ca3.tar.bz2 | |
clojurescript r2311
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clojurescript.rb | 4 |
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" |
