mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
1014 B
JSON
29 lines
1014 B
JSON
{
|
|
"version": "2.11.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/v2.11.0/ntfy_2.11.0_windows_amd64.zip",
|
|
"hash": "d1fa182487b55af57aa2f11fecdd066f32d7a3ad78177d369ecb98f48c01ffe0",
|
|
"extract_dir": "ntfy_2.11.0_windows_amd64"
|
|
}
|
|
},
|
|
"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_amd64.zip",
|
|
"extract_dir": "ntfy_$version_windows_amd64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/checksums.txt"
|
|
}
|
|
}
|
|
}
|