From 518da26096c0443227f401d3160d83bc0cc689c9 Mon Sep 17 00:00:00 2001 From: BlackTeaEnjoyer <93728254+BlackTeaEnjoyer@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:13:09 +0100 Subject: [PATCH] tf2-hud-editor: Update to version 3.4 (#1266) - Remove 32-bit version. --- bucket/tf2-hud-editor.json | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/bucket/tf2-hud-editor.json b/bucket/tf2-hud-editor.json index 45dfe5bd8736..78b0142f02ce 100644 --- a/bucket/tf2-hud-editor.json +++ b/bucket/tf2-hud-editor.json @@ -1,19 +1,13 @@ { - "version": "3.2", + "version": "3.4", "description": "Install and customize your favorite custom Team Fortress 2 HUDs", "homepage": "https://criticalflaw.ca/TF2HUD.Editor", "license": "MIT", - "notes": ".NET 7.0 Runtime is required.", + "notes": ".NET 8.0 Runtime is required.", "architecture": { "64bit": { - "url": "https://github.com/CriticalFlaw/TF2HUD.Editor/releases/download/3.2/tf2hud-editor-x64.zip", - "hash": "415fc665986fcb7eb2f3f226105408b5201cc841117a58cdd1a159e84af8e918", - "extract_dir": "tf2hud-editor" - }, - "32bit": { - "url": "https://github.com/CriticalFlaw/TF2HUD.Editor/releases/download/3.2/tf2hud-editor-x86.zip", - "hash": "f07d92933e90524570c1bc9eda5ed13860b5ab4990e1676c399771fefb512c9c", - "extract_dir": "tf2hud-editor" + "url": "https://github.com/CriticalFlaw/TF2HUD.Editor/releases/download/3.4/tf2hud-editor-3.4.zip", + "hash": "4266fdea6c6411810d960b85ba78ada0bc90ec07dd573af4535cd52dc79318ce" } }, "shortcuts": [ @@ -28,10 +22,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/CriticalFlaw/TF2HUD.Editor/releases/download/$version/tf2hud-editor-x64.zip" - }, - "32bit": { - "url": "https://github.com/CriticalFlaw/TF2HUD.Editor/releases/download/$version/tf2hud-editor-x86.zip" + "url": "https://github.com/CriticalFlaw/TF2HUD.Editor/releases/download/$version/tf2hud-editor-$version.zip" } } }