mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
695 B
JSON
22 lines
695 B
JSON
{
|
|
"version": "3.7.0",
|
|
"description": "Monitor a process and trigger a notification.",
|
|
"homepage": "https://github.com/variadico/noti",
|
|
"license": "MIT",
|
|
"checkver": "github",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/variadico/noti/releases/download/3.7.0/noti3.7.0.windows-amd64.tar.gz",
|
|
"hash": "80e9e8c448f4f4997908aad6fe25278d74cc1ac913dd9e7ae0a878dfe74b8691"
|
|
}
|
|
},
|
|
"bin": "noti.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/variadico/noti/releases/download/$version/noti$version.windows-amd64.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|