Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
emscripten
Commits:
f4182e5d by Sven-Hendrik Haase at 2023-12-07T16:22:35+01:00
upgpkg: 3.1.50-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = emscripten
pkgdesc = Compile C and C++ into highly-optimizable JavaScript for the
web
- pkgver = 3.1.48
+ pkgver = 3.1.50
pkgrel = 1
url = https://emscripten.org
install = emscripten.install
@@ -22,9 +22,9 @@ pkgbase = emscripten
conflicts = binaryen
options = !lto
options = !debug
- source = git+https://github.com/kripken/emscripten#tag=3.1.48
- source =
git+https://github.com/llvm/llvm-project.git#commit=a54545ba6514802178cf7cf1c1dd9f7efbf3cde7
- source =
git+https://github.com/WebAssembly/binaryen.git#commit=4fba26a77ea344b8d2b49cc8e1afdc8fcda13e96
+ source = git+https://github.com/kripken/emscripten#tag=3.1.50
+ source =
git+https://github.com/llvm/llvm-project.git#commit=14028ec0a62210d68a4dd7a046ac79c8c3b7727e
+ source =
git+https://github.com/WebAssembly/binaryen.git#commit=dbcac17d645d8ace8ae2cb69d6ba36b22d59b7cf
source = emscripten.sh
source = emscripten-config
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
pkgname=emscripten
# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=4fba26a77ea344b8d2b49cc8e1afdc8fcda13e96
-_llvm_project_revision=a54545ba6514802178cf7cf1c1dd9f7efbf3cde7
+_binaryen_revision=dbcac17d645d8ace8ae2cb69d6ba36b22d59b7cf
+_llvm_project_revision=14028ec0a62210d68a4dd7a046ac79c8c3b7727e
# 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.48
+pkgver=3.1.50
pkgrel=1
pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
arch=('x86_64')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/f4182e5d9c4e569b7c9b333fa07c48650e89db19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/f4182e5d9c4e569b7c9b333fa07c48650e89db19
You're receiving this email because of your account on gitlab.archlinux.org.