Skip to content

Commit 0f9d8d2

Browse files
committed
emscripten: update to 4.0.5
1 parent 1d4d658 commit 0f9d8d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mingw-w64-emscripten/PKGBUILD

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
66
# Sadly, upstream currently suggests bundling a binaryen version for the time being:
77
# https://github.com/emscripten-core/emscripten/issues/12252
88
# I'm obviously unhappy about that but it appears to be the only practical solution for the time being.
9-
pkgver=4.0.4
9+
pkgver=4.0.5
1010
# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
11-
_binaryen_revision=5f767b73d8dc846db532decc64109d3aab63873c
12-
_llvm_project_revision=148111fdcf0e807fe74274b18fcf65c4cff45d63
11+
_binaryen_revision=8b47ebf8ad8609f7b2f511f268e6b9302979816f
12+
_llvm_project_revision=553da9634dc4bae215e6c850d2de3186d09f9da5
1313
pkgrel=1
1414
pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web (mingw-w64)"
1515
arch=('any')
@@ -35,9 +35,9 @@ install="emscripten-${MSYSTEM}.install"
3535
source=("git+$msys2_repository_url#tag=$pkgver"
3636
"llvm-project-$_llvm_project_revision.tar.gz::https://github.com/llvm/llvm-project/archive/$_llvm_project_revision.tar.gz"
3737
"binaryen-$_binaryen_revision.tar.gz::https://github.com/WebAssembly/binaryen/archive/$_binaryen_revision.tar.gz")
38-
sha256sums=('2a676f548a2cdd16119cfb7dee3203dc1820b3898797f3092fdfbfd0ee32544d'
39-
'84dae4c261a4b1e277d94977c9f929f8d51b252de3f1002099bd0fc4e07c20b9'
40-
'3d8811bd49cc2d91b8e5b04da98e138f6705694fa64ac935be263525a3ad5106')
38+
sha256sums=('bbbbf940cecf00b276b3927cf4360966fdd332865fc4c643246796bcf6087eae'
39+
'ce07ac6c5ef4d1d3a1577b83d5ea144d1b02f46a90a3600e79c3954b9d12b4de'
40+
'c80a35b342a7ff38634cdb348647e891b7bf182448aef7acc5999db3971f1fe1')
4141
noextract=("llvm-project-$_llvm_project_revision.tar.gz")
4242

4343
prepare() {

0 commit comments

Comments
 (0)