From d1bb7e286d9d5aae1979686bae8aa93006163b0b Mon Sep 17 00:00:00 2001 From: Kris Borowinski Date: Tue, 7 Jan 2025 09:12:04 +0100 Subject: [PATCH] totalcommander: add version 11.50 and fix auto update links --- bucket/totalcommander.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/totalcommander.json b/bucket/totalcommander.json index 9c48837538c4d7..2a49c773b50468 100644 --- a/bucket/totalcommander.json +++ b/bucket/totalcommander.json @@ -1,12 +1,12 @@ { - "version": "11.03", + "version": "11.50", "description": "Total Commander is a Shareware file manager for Windows® 95/98/ME/NT/2000/XP/Vista/7/8/8.1/10, and Windows® 3.1.", "homepage": "https://www.ghisler.com", "license": "Shareware", "architecture": { "64bit": { - "url": "http://totalcommander.ch/win/tcmd1103x64.exe", - "hash": "d1b9e3a7e548eedbbe122287b8589f1eb42023f77e8f7d6856dc1644f038f617", + "url": "https://totalcommander.ch/1150/tcmd1150x64.exe", + "hash": "ef42b01256d7f0cc08177681e5bdf02d713613fa45a485c88a4cbdf34c1554d0", "bin": "TOTALCMD64.EXE", "shortcuts": [ [ @@ -16,8 +16,8 @@ ] }, "32bit": { - "url": "http://totalcommander.ch/win/tcmd1103x32.exe", - "hash": "a0195db6e709d0cae2dd1c546237fe15fdfd1f3c7094b9640449fb9021473979", + "url": "https://totalcommander.ch/1150/tcmd1150x32.exe", + "hash": "d74453979f1a0b13fa6eee183fc59ed0f0bf0084b41f082143221f3ca9300955", "bin": "TOTALCMD.EXE", "shortcuts": [ [ @@ -57,10 +57,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "http://totalcommander.ch/win/tcmd$cleanVersionx64.exe" + "url": "https://totalcommander.ch/$cleanVersion/tcmd$cleanVersionx64.exe" }, "32bit": { - "url": "http://totalcommander.ch/win/tcmd$cleanVersionx32.exe" + "url": "https://totalcommander.ch/$cleanVersion/tcmd$cleanVersionx32.exe" } } }