2022-06-16 20:28:50 +00:00

29 lines
1018 B
JSON

{
"version": "1.26.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.26.0/ntfy_1.26.0_windows_x86_64.zip",
"hash": "7018d3bab8d3c7bab1e2d7704d7d2c7bcad091bbdea83f2371afe96fd3485ce6",
"extract_dir": "ntfy_1.26.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"
}
}
}