From d0560a3b9ce92e70cac0538d144cbff2a4cdda39 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sat, 6 Jun 2026 16:44:40 +0200 Subject: [PATCH] binaryen: update to 130 Signed-off-by: Paul Guyot --- lang/binaryen/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/binaryen/Portfile b/lang/binaryen/Portfile index 59057e40c26..bcf7dfdff08 100644 --- a/lang/binaryen/Portfile +++ b/lang/binaryen/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup WebAssembly binaryen 129 version_ +github.setup WebAssembly binaryen 130 version_ github.tarball_from archive revision 0 @@ -14,9 +14,9 @@ maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description compiler and toolchain infrastructure library for WebAssembly long_description Binaryen is a compiler and toolchain infrastructure library for WebAssembly. -checksums rmd160 052f68897c078ff545ef49006107eb2e639b6ce3 \ - sha256 0bbfc0f414a18235f47a3e13a333cc14f702ab3324fb10653ab08865680fcbb8 \ - size 5803416 +checksums rmd160 029d4200b924cf0d8e760a2cb84332f33f1039e2 \ + sha256 20d727e7f3011cfe604b8ebdc873edbb4831c6b148209cb15bc2bedcded036ee \ + size 5872477 depends_build-append port:python314 configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python3.14 \