Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
emscripten
Commits:
f4e198da by Sven-Hendrik Haase at 2024-09-29T03:21:09+02:00
upgpkg: 3.1.67-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.61
+ pkgver = 3.1.67
pkgrel = 1
url = https://emscripten.org
install = emscripten.install
@@ -22,14 +22,14 @@ pkgbase = emscripten
conflicts = binaryen
options = !lto
options = !debug
- source = git+https://github.com/kripken/emscripten#tag=3.1.61
- source =
git+https://github.com/llvm/llvm-project.git#commit=7cfffe74eeb68fbb3fb9706ac7071f8caeeb6520
- source =
git+https://github.com/WebAssembly/binaryen.git#commit=5d90167464ef5709406aea7d87ad1657eec8618b
+ source = git+https://github.com/kripken/emscripten#tag=3.1.67
+ source =
git+https://github.com/llvm/llvm-project.git#commit=b9198a17315757dc0c2e831c9df0498dcab55285
+ source =
git+https://github.com/WebAssembly/binaryen.git#commit=29d30fabcb688b599920deef9d92a5413615eaab
source = emscripten.sh
source = emscripten-config
- sha512sums =
a22a39c4adbb8b3f994970d8bea2cf359ac4f82b6212071622aade958f5d023e6f87c197ce29a44b70cd81ba3db683ed731ea528090156d5a917f52ffe5a4ba8
- sha512sums =
fe9b833883367cbdf4c668c8fc1000bda6717db620ecf6e21aa1d0ffb6806293f828ff3109b7a3f616e82de392aeecb1e632623029c781192c6d3fab80b2e53f
- sha512sums =
618c2bb16a471b6f7ad502584c482e08eabb20f6687bfeca5f88993efdedb502e58ae43c08b26d41437129639a73f1997136e038bbc967c78751607cc3abb65f
+ sha512sums =
132e4a944c257add4cdcc75760a6ff6eb3483f3a292688fdd6f2ac9db9c23d73176d6b54c786cb9e296fbae1abc229a24ba2dd41e5f47cf68f5a10214968e789
+ sha512sums =
5ba8c51b65d95548aa9e77ba2286aa5dc3277214c79c81ffa227c31cbe9486cec6489197fb9fe2ae2d31552ed77f22940456934550c18c9af7c221275b0a5c25
+ sha512sums =
f4f0bfe5869e8386e50bf00e20d9a6c2a9bd3d0f19cc1828ad7a21fd2eaf4e5569889a0d96c095d642544a0d3a298e125f13087570c8974c6438a1bc59d8b377
sha512sums =
fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d
sha512sums =
8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
pkgname=emscripten
# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=5d90167464ef5709406aea7d87ad1657eec8618b
-_llvm_project_revision=7cfffe74eeb68fbb3fb9706ac7071f8caeeb6520
+_binaryen_revision=29d30fabcb688b599920deef9d92a5413615eaab
+_llvm_project_revision=b9198a17315757dc0c2e831c9df0498dcab55285
# 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.61
+pkgver=3.1.67
pkgrel=1
pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
arch=('x86_64')
@@ -30,9 +30,9 @@
source=("git+https://github.com/kripken/emscripten#tag=$pkgver"
git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
"emscripten.sh"
emscripten-config)
-sha512sums=('a22a39c4adbb8b3f994970d8bea2cf359ac4f82b6212071622aade958f5d023e6f87c197ce29a44b70cd81ba3db683ed731ea528090156d5a917f52ffe5a4ba8'
-
'fe9b833883367cbdf4c668c8fc1000bda6717db620ecf6e21aa1d0ffb6806293f828ff3109b7a3f616e82de392aeecb1e632623029c781192c6d3fab80b2e53f'
-
'618c2bb16a471b6f7ad502584c482e08eabb20f6687bfeca5f88993efdedb502e58ae43c08b26d41437129639a73f1997136e038bbc967c78751607cc3abb65f'
+sha512sums=('132e4a944c257add4cdcc75760a6ff6eb3483f3a292688fdd6f2ac9db9c23d73176d6b54c786cb9e296fbae1abc229a24ba2dd41e5f47cf68f5a10214968e789'
+
'5ba8c51b65d95548aa9e77ba2286aa5dc3277214c79c81ffa227c31cbe9486cec6489197fb9fe2ae2d31552ed77f22940456934550c18c9af7c221275b0a5c25'
+
'f4f0bfe5869e8386e50bf00e20d9a6c2a9bd3d0f19cc1828ad7a21fd2eaf4e5569889a0d96c095d642544a0d3a298e125f13087570c8974c6438a1bc59d8b377'
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/f4e198da8b6094f108aa011f71643fe5d45a182b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/f4e198da8b6094f108aa011f71643fe5d45a182b
You're receiving this email because of your account on gitlab.archlinux.org.