From 2686e77a2d15409074c94c38820ef03f674a1060 Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sat, 27 Sep 2025 01:45:06 -0700 Subject: [PATCH] red@08sep25: Update hash URL to HTTPS (#7208) --- bucket/red.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/red.json b/bucket/red.json index f8e0ad460e..c3b66aca8f 100644 --- a/bucket/red.json +++ b/bucket/red.json @@ -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" } }