diff options
| author | Brett Koonce | 2015-01-10 09:45:10 -0800 |
|---|---|---|
| committer | Brett Koonce | 2015-01-12 08:51:59 -0800 |
| commit | 63c5e7561f729890f931d99e6d5ff8beaa0cf3be (patch) | |
| tree | f388e973e42840dffcd0245627f77e4665a666fc /Library/Formula | |
| parent | 5278df4dff2115082255384b693c58773c69acae (diff) | |
| download | homebrew-63c5e7561f729890f931d99e6d5ff8beaa0cf3be.tar.bz2 | |
clojurescript r2665
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clojurescript.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb index b2a52b79f..934696e58 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -1,10 +1,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/r2411.tar.gz" - sha1 "99022cf050aa5f712b295e74aa8e845ad6cdb4b8" + url "https://github.com/clojure/clojurescript/archive/r2665.tar.gz" + sha1 "364e799e9a4f2c79d1058ec10909a96071d1b5a3" bottle do cellar :any |
