From 774f361f3978e60f8d71600b0985a9d02e852416 Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Mon, 23 Sep 2024 21:57:23 -0400 Subject: [PATCH] wasmer: Fix extract, use tar.gz (#5990) Co-authored-by: Inseo Lee Co-authored-by: HUMORCE --- bucket/wasmer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bucket/wasmer.json b/bucket/wasmer.json index 64b5615a35..b16bc0500a 100644 --- a/bucket/wasmer.json +++ b/bucket/wasmer.json @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.7/wasmer-windows.exe", - "hash": "45dd377c2ed427f44a131056697bbe36c00760639e26496b6aa0a747111a2fc8" + "url": "https://github.com/wasmerio/wasmer/releases/download/v4.3.7/wasmer-windows-amd64.tar.gz", + "hash": "6168fe2a4dfb87f3d7e40b4ac4f4ef2106948f16041127c8291f7f85b966c110" } }, "env_set": { @@ -17,15 +17,13 @@ "WASMER_CACHE_DIR": "$dir\\cache" }, "bin": "bin\\wasmer.exe", - "innosetup": true, "checkver": { - "github": "https://github.com/wasmerio/wasmer", - "regex": "tag/([\\w.-]+)" + "github": "https://github.com/wasmerio/wasmer" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe" + "url": "https://github.com/wasmerio/wasmer/releases/download/v$version/wasmer-windows-amd64.tar.gz" } } }