From aa99e607cb1e5a0e64c87dded0de1f760a84c9c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:36:21 +0000 Subject: [PATCH] binaryen: Update to version 105 --- bucket/binaryen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/binaryen.json b/bucket/binaryen.json index 48a2a5032f..8186b48e0f 100644 --- a/bucket/binaryen.json +++ b/bucket/binaryen.json @@ -1,15 +1,15 @@ { - "version": "104", + "version": "105", "description": "Compiler infrastructure and toolchain library for WebAssembly", "homepage": "https://github.com/WebAssembly/binaryen", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/WebAssembly/binaryen/releases/download/version_104/binaryen-version_104-x86_64-windows.tar.gz", - "hash": "907d300c150ea0d4f379230263b3d1a836ac5930988ef656891c84f58868f852" + "url": "https://github.com/WebAssembly/binaryen/releases/download/version_105/binaryen-version_105-x86_64-windows.tar.gz", + "hash": "270559c5a6edfaa46b385884beabeb5300fd42c427f00993c8759e1d76ba87fa" } }, - "extract_dir": "binaryen-version_104", + "extract_dir": "binaryen-version_105", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe",