diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emscripten.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb index 57b7964e5..6bcd26516 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.1.tar.gz" - sha1 "198c32b7e49ce640ad7a17506ce99cb1b044de06" + url "https://github.com/kripken/emscripten/archive/1.22.1.tar.gz" + sha1 "af45e93a6815392f91a26213f69b9d5121136c60" head "https://github.com/kripken/emscripten.git", :branch => "incoming" @@ -25,13 +25,13 @@ class Emscripten < Formula stable do resource "fastcomp" do - url "https://github.com/kripken/emscripten-fastcomp/archive/1.21.0.tar.gz" - sha1 "d468ca3ea4b3ed02b3e20ba86b781f028c2514b0" + url "https://github.com/kripken/emscripten-fastcomp/archive/1.22.1.tar.gz" + sha1 "7479f53b6123012c779722332ad08eddabbc5a68" end resource "fastcomp-clang" do - url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.21.0.tar.gz" - sha1 "7974f7cc0646534fd226ae447b962a11d77a7c03" + url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.22.1.tar.gz" + sha1 "0f3742b12f921822daad3195970dd0d2cabee0f5" end end |
