From 4a143743cadccce97a1f4e55c4bd2a3d711ceab0 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Mon, 29 Apr 2024 14:57:26 +0300 Subject: [PATCH] emscripten: update to 3.1.58 --- mingw-w64-emscripten/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-emscripten/PKGBUILD b/mingw-w64-emscripten/PKGBUILD index 4bdb5b0a5790d..c231bb1843b35 100644 --- a/mingw-w64-emscripten/PKGBUILD +++ b/mingw-w64-emscripten/PKGBUILD @@ -6,10 +6,10 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") # Sadly, upstream currently suggests bundling a binaryen version for the time being: # https://github.com/emscripten-core/emscripten/issues/12252 # I'm obviously unhappy about that but it appears to be the only practical solution for the time being. -pkgver=3.1.56 +pkgver=3.1.58 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver! -_binaryen_revision=6e8fefe1ea13346f8908075d1f35b23317cfcc0f -_llvm_project_revision=34ba90745fa55777436a2429a51a3799c83c6d4c +_binaryen_revision=4a907b0a5ec1c25eef259ba54b387865edbe0451 +_llvm_project_revision=0a8cd1ed1f4f35905df318015b0dbcb69d81d7c2 pkgrel=1 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web (mingw-w64)" arch=('any')