diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emscripten.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb index a10817a75..dee41bfd8 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.16.0.tar.gz" - sha1 "e23bec39c32eb2ccfe889e320cd8da132a4bbf51" + url "https://github.com/kripken/emscripten/archive/1.20.0.tar.gz" + sha1 "9a739dc963219f7c4ab70395ac21854e472457a6" head "https://github.com/kripken/emscripten.git", :branch => "incoming" |
