diff options
| author | Brett Koonce | 2014-07-20 19:32:04 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:12 -0700 |
| commit | dc756f1cf3ffc7af77c8755e1f6bf8330125108c (patch) | |
| tree | acdfad0397e742f69799c7254bf35410f723389e /Library/Formula | |
| parent | 2a5f9de626117333a0102cc9ee6e9ebdd971c271 (diff) | |
| download | homebrew-dc756f1cf3ffc7af77c8755e1f6bf8330125108c.tar.bz2 | |
emscripten 1.21.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emscripten.rb | 6 |
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") |
