From 48f74cb224918587ca91de59d37ef00630f03f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:45:56 +0200 Subject: [PATCH 1/2] dreamset@2.4.13: Moved downloads to Wayback Machine --- bucket/dreamset.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bucket/dreamset.json b/bucket/dreamset.json index 331b5670eb0562..2bdf0521d945ef 100644 --- a/bucket/dreamset.json +++ b/bucket/dreamset.json @@ -1,16 +1,17 @@ { + "##": "Downloads and checkver is blocked by Cloudflare, thus downloads from Wayback Machine / Internet Archive", "version": "2.4.13", "description": "Satellite receivers settings editor", "homepage": "https://www.dreamset-editor.com/index.php", "license": "Freeware", "architecture": { - "64bit": { - "url": "https://www.dreamset-editor.com/files/dreamset2413x64.zip", - "hash": "e61dc8125941076eb56c0db452be1b750f9fa20b78ccd3f62f35d05c6b980e82" - }, "32bit": { - "url": "https://www.dreamset-editor.com/files/dreamset2413.zip", + "url": "https://web.archive.org/web/20211021072934if_/http://www.dreamset-editor.com/files/dreamset2413.zip", "hash": "a9230ca2ed706aa63fff8bd1baf782dd2b5107d900c5245f3385d4f9e3ed4f6a" + }, + "64bit": { + "url": "https://web.archive.org/web/20211021072934if_/http://www.dreamset-editor.com/files/dreamset2413x64.zip", + "hash": "e61dc8125941076eb56c0db452be1b750f9fa20b78ccd3f62f35d05c6b980e82" } }, "shortcuts": [ From 6090121bc80147f5e63ceefd094e59c847d64b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:50:41 +0200 Subject: [PATCH 2/2] Remove checkver and autoupdate from dreamset.json Removed checkver and autoupdate sections from dreamset.json. --- bucket/dreamset.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/bucket/dreamset.json b/bucket/dreamset.json index 2bdf0521d945ef..b3bf58107e8e4b 100644 --- a/bucket/dreamset.json +++ b/bucket/dreamset.json @@ -19,19 +19,5 @@ "dreamset.exe", "Dreamset" ] - ], - "checkver": { - "url": "https://www.dreamset-editor.com/dreamset-history", - "regex": "-\\s+ver\\s+([\\d.]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://www.dreamset-editor.com/files/dreamset$cleanVersionx64.zip" - }, - "32bit": { - "url": "https://www.dreamset-editor.com/files/dreamset$cleanVersion.zip" - } - } - } + ] }