From b04476c61e82882c9dfad523f2e5d454fa1b3713 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Tue, 25 Mar 2025 18:22:49 +0100 Subject: [PATCH] Update default WASM_BUILD_URL to pinned version on the openscad file server --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba16879..fcdc3ac 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Pin WASM build to a version known to work -WASM_BUILD_URL=https://output.circle-artifacts.com/output/job/4e9c7361-c5f2-46c8-a7ec-dc6ac1c6790a/artifacts/0/wasm/OpenSCAD-2024.12.23.wasm21824_PR5523-WebAssembly-web.zip +WASM_BUILD_URL=https://files.openscad.org/playground/OpenSCAD-2025.03.25.wasm24456-WebAssembly-web.zip # WASM_SNAPSHOT_JS_URL=https://files.openscad.org/snapshots/.snapshot_wasm.js # WASM_BUILD_URL=$(shell curl ${WASM_SNAPSHOT_JS_URL} 2>/dev/null | grep https | sed -E "s/.*(https:[^']+)'.*/\1/" )