red@08sep25: Update hash URL to HTTPS (#7208)

This commit is contained in:
Gitoffthelawn 2025-09-27 01:45:06 -07:00 committed by GitHub
parent 7694593115
commit 2686e77a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
"autoupdate": {
"url": "https://static.red-lang.org/dl/auto/win/red-$version-$matchCommit.exe#/red.exe",
"hash": {
"url": "http://static.red-lang.org/download.html",
"url": "https://static.red-lang.org/download.html",
"regex": "$basename[\\s\\S]+?$sha256"
}
}