Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(main/emscripten): 3.1.71 -> 3.1.72 #22371

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/emscripten/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://emscripten.org
TERMUX_PKG_DESCRIPTION="Emscripten: An LLVM-to-WebAssembly Compiler"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.1.71"
TERMUX_PKG_VERSION="3.1.72"
TERMUX_PKG_SRCURL=git+https://github.com/emscripten-core/emscripten
TERMUX_PKG_GIT_BRANCH=${TERMUX_PKG_VERSION}
TERMUX_PKG_DEPENDS="nodejs-lts | nodejs, python"
Expand Down Expand Up @@ -54,13 +54,13 @@ opt/emscripten/LICENSE

# https://github.com/emscripten-core/emscripten/issues/11362
# can switch to stable LLVM to save space once above is fixed
_LLVM_COMMIT=d6344c1cd0d099f8d99ee320f33fc9254dbe8288
_LLVM_TGZ_SHA256=1689094d7a6353d51c603b3025ee9e4a0035d45bf303fec7f9d562dfcb061ddd
_LLVM_COMMIT=01e75646a5d4977a9e441e3db1042df0beccc4bb
_LLVM_TGZ_SHA256=d1ee0ebc46b77c211e74b79a831d239d6d78c739de52517bdd6bbb76417121fa

# https://github.com/emscripten-core/emscripten/issues/12252
# upstream says better bundle the right binaryen revision for now
_BINARYEN_COMMIT=9f496abc5cf1ddbca8c8a4f4e740c412588708ef
_BINARYEN_TGZ_SHA256=30f933c93ef90b4697c6b672737c9ac2136a0db7bf5aa1e81fe10129a2baa380
_BINARYEN_COMMIT=ca61aeeb87e330635548ce6368ac053576ee994c
_BINARYEN_TGZ_SHA256=d7fe3deca35e6194b9b750d1532adb8bcf9af4f3e3b0358144e82bd24d431a96

# https://github.com/emscripten-core/emsdk/blob/main/emsdk.py
# https://chromium.googlesource.com/emscripten-releases/+/refs/heads/main/src/build.py
Expand Down