Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
emscripten
Commits:
ec558a1e by Sven-Hendrik Haase at 2024-06-13T07:00:31+02:00
upgpkg: 3.1.61-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.55
+ pkgver = 3.1.61
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.55
- source =
git+https://github.com/llvm/llvm-project.git#commit=6c7805d5d186a6d1263f90b8033ad85e2d2633d7
- source =
git+https://github.com/WebAssembly/binaryen.git#commit=2ca9638354e4a5f260ced04d186808fc8b498986
+ 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 = emscripten.sh
source = emscripten-config
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
+ sha512sums =
a22a39c4adbb8b3f994970d8bea2cf359ac4f82b6212071622aade958f5d023e6f87c197ce29a44b70cd81ba3db683ed731ea528090156d5a917f52ffe5a4ba8
+ sha512sums =
fe9b833883367cbdf4c668c8fc1000bda6717db620ecf6e21aa1d0ffb6806293f828ff3109b7a3f616e82de392aeecb1e632623029c781192c6d3fab80b2e53f
+ sha512sums =
618c2bb16a471b6f7ad502584c482e08eabb20f6687bfeca5f88993efdedb502e58ae43c08b26d41437129639a73f1997136e038bbc967c78751607cc3abb65f
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=2ca9638354e4a5f260ced04d186808fc8b498986
-_llvm_project_revision=6c7805d5d186a6d1263f90b8033ad85e2d2633d7
+_binaryen_revision=5d90167464ef5709406aea7d87ad1657eec8618b
+_llvm_project_revision=7cfffe74eeb68fbb3fb9706ac7071f8caeeb6520
# 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.55
+pkgver=3.1.61
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=('SKIP'
- 'SKIP'
- 'SKIP'
+sha512sums=('a22a39c4adbb8b3f994970d8bea2cf359ac4f82b6212071622aade958f5d023e6f87c197ce29a44b70cd81ba3db683ed731ea528090156d5a917f52ffe5a4ba8'
+
'fe9b833883367cbdf4c668c8fc1000bda6717db620ecf6e21aa1d0ffb6806293f828ff3109b7a3f616e82de392aeecb1e632623029c781192c6d3fab80b2e53f'
+
'618c2bb16a471b6f7ad502584c482e08eabb20f6687bfeca5f88993efdedb502e58ae43c08b26d41437129639a73f1997136e038bbc967c78751607cc3abb65f'
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/ec558a1e381cb446c77854a4d8cd3365f25123a2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/ec558a1e381cb446c77854a4d8cd3365f25123a2
You're receiving this email because of your account on gitlab.archlinux.org.