y-cruncher: upgrade all URLS to HTTPS (#7407)

This commit is contained in:
Gitoffthelawn 2025-11-30 15:44:24 -08:00 committed by GitHub
parent d9ba8a5b26
commit fb1c0dd680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,18 @@
{ {
"version": "0.8.7.9547", "version": "0.8.7.9547",
"description": "Scalable multi-threaded benchmark calculating multiple mathematical constants to trillions of digits.", "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": { "license": {
"identifier": "Freeware", "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", "hash": "068bea5a2be6788ea22c94a28398e0b3bb2bd89afb4f361e611faf6ff1cee0da",
"extract_dir": "y-cruncher v0.8.7.9547", "extract_dir": "y-cruncher v0.8.7.9547",
"bin": "y-cruncher.exe", "bin": "y-cruncher.exe",
"checkver": "y-cruncher v((?<ver>[\\d.]+)(?<rel>\\w{0,1}))\\.zip", "checkver": "y-cruncher v((?<ver>[\\d.]+)(?<rel>\\w{0,1}))\\.zip",
"autoupdate": { "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" "extract_dir": "y-cruncher v$matchVer"
} }
} }