2022-11-12 20:28:03 +00:00

29 lines
1018 B
JSON

{
"version": "1.29.0",
"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.29.0/ntfy_1.29.0_windows_x86_64.zip",
"hash": "fce1f0008fb6dffe66cfa1dab5e0c3a84517fe6c2e461816ca58f815efe6e94b",
"extract_dir": "ntfy_1.29.0_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"
}
}
}