From 85e8154084f74c6828a506b3c288792577e40e6f Mon Sep 17 00:00:00 2001 From: Kazi Date: Sat, 4 Jun 2022 20:12:48 +0200 Subject: [PATCH] ntfy: Add version 1.25.2 (#3594) * ntfy: Add version 1.23.0 * ntfy: Add version 1.25.2 --- bucket/ntfy.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/ntfy.json diff --git a/bucket/ntfy.json b/bucket/ntfy.json new file mode 100644 index 0000000000..08a495fa20 --- /dev/null +++ b/bucket/ntfy.json @@ -0,0 +1,29 @@ +{ + "version": "1.25.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/v1.25.2/ntfy_1.25.2_windows_x86_64.zip", + "hash": "a1ca678dd813c5943fbb6358e149ae7d9fbcc8508c27eaa90539b7278f069f85", + "extract_dir": "ntfy_1.25.2_windows_x86_64" + } + }, + "bin": "ntfy.exe", + "checkver": { + "github": "https://github.com/binwiederhier/ntfy" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/ntfy_$version_windows_x86_64.zip", + "extract_dir": "ntfy_$version_windows_x86_64" + } + }, + "hash": { + "url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/checksums.txt" + } + } +} +