From 22ba77aa7f6486bc79840868d53e9e496486d276 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 8 Jun 2017 23:24:27 -0700 Subject: [PATCH] binaryen 33 Closes #14402. Signed-off-by: ilovezfs --- Formula/binaryen.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/binaryen.rb b/Formula/binaryen.rb index 1de5445f43..50c5f79450 100644 --- a/Formula/binaryen.rb +++ b/Formula/binaryen.rb @@ -1,8 +1,8 @@ class Binaryen < Formula desc "Compiler infrastructure and toolchain library for WebAssembly" homepage "http://webassembly.org/" - url "https://github.com/WebAssembly/binaryen/archive/version_32.tar.gz" - sha256 "724dfdeb0ea1130ba86dde207635a4eaf32e1acabe1e24d02e99f7d00ef59f56" + url "https://github.com/WebAssembly/binaryen/archive/version_33.tar.gz" + sha256 "858038e5a04ceb416fa789902151592f9eacade8e03bc84785401cfec50fb3c8" head "https://github.com/WebAssembly/binaryen.git" @@ -14,6 +14,7 @@ class Binaryen < Formula end depends_on "cmake" => :build + depends_on :macos => :el_capitan # needs thread-local storage needs :cxx11