From 689ecbf83414a284bbe535a9cdca7397979b8f4b Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:48:51 -0500 Subject: [PATCH] y-cruncher@0.8.7.9547b: Fix extraction, switch to GitHub releases (#7410) --- bucket/y-cruncher.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/bucket/y-cruncher.json b/bucket/y-cruncher.json index 1b4df1f649..e746ba32b5 100644 --- a/bucket/y-cruncher.json +++ b/bucket/y-cruncher.json @@ -6,13 +6,17 @@ "identifier": "Freeware", "url": "https://www.numberworld.org/y-cruncher/license.html" }, - "url": "https://www.numberworld.org/y-cruncher/y-cruncher%20v0.8.7.9547b.zip", + "url": "https://github.com/Mysticial/y-cruncher/releases/download/v0.8.7.9547b/y-cruncher.v0.8.7.9547b.zip", "hash": "3be696c1cc44907f2ea73aac35de4a5d45048255308f34ed4410a743163a4f87", - "extract_dir": "y-cruncher v0.8.7.9547", + "extract_dir": "y-cruncher v0.8.7.9547b", "bin": "y-cruncher.exe", - "checkver": "y-cruncher v((?[\\d.]+)(?\\w{0,1}))\\.zip", + "checkver": { + "url": "https://api.github.com/repositories/108079709/releases/latest", + "jsonpath": "$.tag_name", + "regex": "\\Av(\\S+)\\Z" + }, "autoupdate": { - "url": "https://www.numberworld.org/y-cruncher/y-cruncher%20v$version.zip", - "extract_dir": "y-cruncher v$matchVer" + "url": "https://github.com/Mysticial/y-cruncher/releases/download/v$version/y-cruncher.v$version.zip", + "extract_dir": "y-cruncher v$version" } }