diff options
| author | Stian Eikeland | 2015-02-05 21:30:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-06 08:17:58 +0000 | 
| commit | b276f892ee7029af92f7b3c8a83597e6df3fabc9 (patch) | |
| tree | f42e3b94b8dca623e7505f6d72aecd28f9884275 | |
| parent | 77a4ed16d02224e1785b05fba009f89dce19dc71 (diff) | |
| download | homebrew-b276f892ee7029af92f7b3c8a83597e6df3fabc9.tar.bz2 | |
clojurescript 2760
Closes #36573.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 97551c43a..fd73c877c 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -1,8 +1,8 @@  class Clojurescript < Formula    homepage "https://github.com/clojure/clojurescript"    head "https://github.com/clojure/clojurescript.git" -  url "https://github.com/clojure/clojurescript/archive/r2665.tar.gz" -  sha1 "364e799e9a4f2c79d1058ec10909a96071d1b5a3" +  url "https://github.com/clojure/clojurescript/archive/r2760.tar.gz" +  sha1 "c07900e9f63af89954722661f9a817ca9ea3417b"    bottle do      cellar :any | 
