From fb1c0dd680cfd3d640cb8be8dd861970656a4ec8 Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sun, 30 Nov 2025 15:44:24 -0800 Subject: [PATCH] y-cruncher: upgrade all URLS to HTTPS (#7407) --- bucket/y-cruncher.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/y-cruncher.json b/bucket/y-cruncher.json index 970c4f5bc6..d4bcec2075 100644 --- a/bucket/y-cruncher.json +++ b/bucket/y-cruncher.json @@ -1,18 +1,18 @@ { "version": "0.8.7.9547", "description": "Scalable multi-threaded benchmark calculating multiple mathematical constants to trillions of digits.", - "homepage": "http://www.numberworld.org/y-cruncher/", + "homepage": "https://www.numberworld.org/y-cruncher/", "license": { "identifier": "Freeware", - "url": "http://www.numberworld.org/y-cruncher/license.html" + "url": "https://www.numberworld.org/y-cruncher/license.html" }, - "url": "http://www.numberworld.org/y-cruncher/y-cruncher%20v0.8.7.9547.zip", + "url": "https://www.numberworld.org/y-cruncher/y-cruncher%20v0.8.7.9547.zip", "hash": "068bea5a2be6788ea22c94a28398e0b3bb2bd89afb4f361e611faf6ff1cee0da", "extract_dir": "y-cruncher v0.8.7.9547", "bin": "y-cruncher.exe", "checkver": "y-cruncher v((?[\\d.]+)(?\\w{0,1}))\\.zip", "autoupdate": { - "url": "http://www.numberworld.org/y-cruncher/y-cruncher%20v$version.zip", + "url": "https://www.numberworld.org/y-cruncher/y-cruncher%20v$version.zip", "extract_dir": "y-cruncher v$matchVer" } }