aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Koonce2014-06-21 13:22:10 -0700
committerBrett Koonce2014-06-21 17:23:12 -0700
commiteb281b9b46b49cde2c40fa4fe9729018b75e8ad4 (patch)
treecf0da59b927757d908dabedb0ad9527c86fd0745
parentfaee05c3ccecd971903074f901d619817d8375bb (diff)
downloadhomebrew-eb281b9b46b49cde2c40fa4fe9729018b75e8ad4.tar.bz2
clojurescript r2234
-rw-r--r--Library/Formula/clojurescript.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb
index 780f8a229..8bfafbe15 100644
--- a/Library/Formula/clojurescript.rb
+++ b/Library/Formula/clojurescript.rb
@@ -1,17 +1,17 @@
-require 'formula'
+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/r2202.tar.gz'
- sha1 'a205d9a21a16e8052995485c30925b6828d1259a'
+ homepage "https://github.com/clojure/clojurescript"
+ head "https://github.com/clojure/clojurescript.git"
+ url "https://github.com/clojure/clojurescript/archive/r2234.tar.gz"
+ sha1 "18d7ea5c389747b2d6b97f24027e2153a3a28ba5"
def install
system "./script/bootstrap"
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'
+ libexec.install Dir["*"]
+ bin.write_exec_script libexec/"bin/cljsc"
end
def caveats; <<-EOS.undent