@@ -6,10 +6,10 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6
6
# Sadly, upstream currently suggests bundling a binaryen version for the time being:
7
7
# https://github.com/emscripten-core/emscripten/issues/12252
8
8
# 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
10
10
# 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
13
13
pkgrel=1
14
14
pkgdesc=" Compile C and C++ into highly-optimizable JavaScript for the web (mingw-w64)"
15
15
arch=(' any' )
@@ -35,9 +35,9 @@ install="emscripten-${MSYSTEM}.install"
35
35
source=(" git+$msys2_repository_url #tag=$pkgver "
36
36
" llvm-project-$_llvm_project_revision .tar.gz::https://github.com/llvm/llvm-project/archive/$_llvm_project_revision .tar.gz"
37
37
" 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 ' )
41
41
noextract=(" llvm-project-$_llvm_project_revision .tar.gz" )
42
42
43
43
prepare () {
0 commit comments