aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clojurescript.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-02-27 00:16:50 +0100
committerJack Nagel2015-02-28 23:35:16 -0500
commit778363570bb393ab01c621512ef0f09e50ee3297 (patch)
treee804c9dcfbc72610d707fecce97bf196333431f3 /Library/Formula/clojurescript.rb
parent1cd2662fea2494922f9119383fcde13d9d360a8f (diff)
downloadhomebrew-778363570bb393ab01c621512ef0f09e50ee3297.tar.bz2
clojurescript 2913
Closes #37229. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/clojurescript.rb')
-rw-r--r--Library/Formula/clojurescript.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb
index 786cd5c37..be711c450 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/r2760.tar.gz"
- sha1 "c07900e9f63af89954722661f9a817ca9ea3417b"
+ url "https://github.com/clojure/clojurescript/archive/r2913.tar.gz"
+ sha1 "ff33a93516b3c91923667d667d34cc4b404489c8"
bottle do
cellar :any
@@ -13,7 +13,7 @@ class Clojurescript < Formula
def install
system "./script/bootstrap"
- inreplace %w(bin/cljsc script/repl script/repljs script/browser-repl),
+ inreplace %w[bin/cljsc script/repl script/repljs script/browser-repl],
"#!/bin/sh", "#!/bin/sh\nCLOJURESCRIPT_HOME=#{libexec}"
libexec.install Dir["*"]
bin.write_exec_script libexec/"bin/cljsc"