From 9a8051a2fd103d868970f2f46dcf03aac7b3e804 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 30 Apr 2018 20:35:34 -0700 Subject: [PATCH] binaryen 47 Closes #27295. Signed-off-by: ilovezfs --- Formula/binaryen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/binaryen.rb b/Formula/binaryen.rb index 62d5f1d85e..bb05191658 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_46.tar.gz" - sha256 "bd5d1c7b8254e70849a94db688e28dedc95f87102126462c0b5ca755eca7c1b7" + url "https://github.com/WebAssembly/binaryen/archive/version_47.tar.gz" + sha256 "596804438bc2b1ed21c8158c8e61cc1781beb4aee7c61f3126df02647cff1f09" head "https://github.com/WebAssembly/binaryen.git"