From 0407cf26b3e59cc7fa5cb819c5f7779c020365a7 Mon Sep 17 00:00:00 2001 From: 404NetworkError <404NetworkError@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:14:36 -0400 Subject: [PATCH] foxe: Change to HTTPS and add shortcut --- bucket/foxe.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bucket/foxe.json b/bucket/foxe.json index 9b61c95fcd60f..655c6fec0feeb 100644 --- a/bucket/foxe.json +++ b/bucket/foxe.json @@ -1,13 +1,19 @@ { "version": "2.4.2", "description": "Firstobject's free XML editor for Window", - "homepage": "http://www.firstobject.com/dn_editor.htm", + "homepage": "https://www.firstobject.com/dn_editor.htm", "license": "Unknown", - "url": "http://www.firstobject.com/foxe242.zip", + "url": "https://www.firstobject.com/foxe242.zip", "hash": "689fbd70a01ab88cc1a0d4f36574643f1c1cd54e0aac4b1045cfc7ac7bef8358", "bin": "foxe.exe", + "shortcuts": [ + [ + "foxe.exe", + "firstobject XML Editor" + ] + ], "checkver": "Download ([\\d.]+)", "autoupdate": { - "url": "http://www.firstobject.com/foxe$cleanVersion.zip" + "url": "https://www.firstobject.com/foxe$cleanVersion.zip" } }