From eae8ec70947ac28a30ac61597fd3f2c7aaa55561 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Sun, 23 Jul 2023 08:42:08 +0000 Subject: [PATCH] ntfy: Update to version 2.6.2, fix url --- bucket/ntfy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ntfy.json b/bucket/ntfy.json index c37ab99fad..d15726c2b4 100644 --- a/bucket/ntfy.json +++ b/bucket/ntfy.json @@ -1,13 +1,13 @@ { - "version": "2.6.1", + "version": "2.6.2", "description": "Send push notifications to your phone or desktop via PUT/POST", "homepage": "https://ntfy.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/binwiederhier/ntfy/releases/download/v2.6.1/ntfy_2.6.1_windows_x86_64.zip", - "hash": "c63135de25ee1e66d00ea6ed854bb986f5fd64fe9b9b6809e6f0120e849514d2", - "extract_dir": "ntfy_2.6.1_windows_x86_64" + "url": "https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_windows_amd64.zip", + "hash": "233530d3aebc4ec31b0cb35ef691ddaa942e40e845de1450870e64cf44f0a687", + "extract_dir": "ntfy_2.6.2_windows_x86_64" } }, "bin": "ntfy.exe", @@ -17,7 +17,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/ntfy_$version_windows_x86_64.zip", + "url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/ntfy_$version_windows_amd64.zip", "extract_dir": "ntfy_$version_windows_x86_64" } },