aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-10-31 17:00:11 -0700
committerBrett Koonce2014-11-01 20:53:46 -0700
commitd29281c343fd2755ad778a65e394fdbee5eb8309 (patch)
tree0869ed1329df0ed068e5993181c4049b5583a370 /Library
parent7f447a6745acf50ba4f5f7aea2b3d71e63b2f242 (diff)
downloadhomebrew-d29281c343fd2755ad778a65e394fdbee5eb8309.tar.bz2
emscripten 1.26.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emscripten.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb
index d0cbb906b..d67c2e24f 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.25.2.tar.gz"
- sha1 "6ef643c761d0e07d428fe882d007b48b82f9e0c2"
+ url "https://github.com/kripken/emscripten/archive/1.26.0.tar.gz"
+ sha1 "6a0ca118d7ee75743e2bbe287446aaa6526d8016"
bottle do
revision 1
@@ -26,13 +26,13 @@ class Emscripten < Formula
stable do
resource "fastcomp" do
- url "https://github.com/kripken/emscripten-fastcomp/archive/1.25.2.tar.gz"
- sha1 "32421e56fc3c89820232649bba101d70eb592888"
+ url "https://github.com/kripken/emscripten-fastcomp/archive/1.26.0.tar.gz"
+ sha1 "dc15fc8ace2cd60540244610e3a8f30d270c6cf7"
end
resource "fastcomp-clang" do
- url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.25.2.tar.gz"
- sha1 "576e5559e94211b352a33ad7b92c451f8ae690ec"
+ url "https://github.com/kripken/emscripten-fastcomp-clang/archive/1.26.0.tar.gz"
+ sha1 "4d622e70777ad074f6b1b6171806963e9feb988a"
end
end