aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 19:32:04 -0700
committerBrett Koonce2014-07-20 21:59:12 -0700
commitdc756f1cf3ffc7af77c8755e1f6bf8330125108c (patch)
treeacdfad0397e742f69799c7254bf35410f723389e /Library
parent2a5f9de626117333a0102cc9ee6e9ebdd971c271 (diff)
downloadhomebrew-dc756f1cf3ffc7af77c8755e1f6bf8330125108c.tar.bz2
emscripten 1.21.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emscripten.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb
index ff0f3ceca..84a2fdbca 100644
--- a/Library/Formula/emscripten.rb
+++ b/Library/Formula/emscripten.rb
@@ -2,8 +2,8 @@ require "formula"
class Emscripten < Formula
homepage "http://emscripten.org"
- url "https://github.com/kripken/emscripten/archive/1.21.0.tar.gz"
- sha1 "88967d336b50de17a4333e736b4ed3db67b7ea50"
+ url "https://github.com/kripken/emscripten/archive/1.21.1.tar.gz"
+ sha1 "198c32b7e49ce640ad7a17506ce99cb1b044de06"
head "https://github.com/kripken/emscripten.git", :branch => "incoming"
@@ -50,7 +50,7 @@ class Emscripten < Formula
# All files from the repository are required as emscripten is a collection
# of scripts which need to be installed in the same layout as in the Git
# repository.
- libexec.install Dir['*']
+ libexec.install Dir["*"]
(buildpath/"fastcomp").install resource("fastcomp")
(buildpath/"fastcomp/tools/clang").install resource("fastcomp-clang")