diff options
| author | Brett Koonce | 2013-11-19 08:03:21 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-19 14:40:40 +0000 |
| commit | 75a7a401571bb08ae9076da954893b924c64750b (patch) | |
| tree | 3c66259bf05a71ce1109abaf26d95d0375cf7419 /Library | |
| parent | 20e4397938348e2c2b5167e9f3b45b3672cfaac9 (diff) | |
| download | homebrew-75a7a401571bb08ae9076da954893b924c64750b.tar.bz2 | |
clojurescript r2030
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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 072851cf3..2fabe706c 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -2,8 +2,8 @@ require 'formula' class Clojurescript < Formula homepage 'https://github.com/clojure/clojurescript' - url 'https://github.com/clojure/clojurescript/archive/r1934.tar.gz' - sha1 'e1b48dc9409410d7557f9e0c0769fba290e2a6c3' + url 'https://github.com/clojure/clojurescript/archive/r2030.tar.gz' + sha1 '9d6ec56da87ab514496e95dc1ee05b6966e92e98' head "https://github.com/clojure/clojurescript.git" |
