mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* Add gotify-cli and gotify-server manifests * Applying reviews to gotify-cli and gotify-server manifests Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Removing empty lines from gotify-cli and gotify-server manifests Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * fix whitespace Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "2.2.1",
|
|
"description": "A command line interface for pushing messages to Gotify server",
|
|
"homepage": "https://gotify.net/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gotify/cli/releases/download/v2.2.1/gotify-cli-windows-amd64.exe#/gotify-cli.exe",
|
|
"hash": "b408bd9e7f4a69c39fc93c671deaccbdb17669f719cdbbdc8de93e2784de7a70"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gotify/cli/releases/download/v2.2.1/gotify-cli-windows-386.exe#/gotify-cli.exe",
|
|
"hash": "82f5ecdb1ad27e0078f841b2b1644a50f39882918a6c5c1bd9f88973bca868bd"
|
|
}
|
|
},
|
|
"bin": "gotify-cli.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gotify/cli/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gotify/cli/releases/download/v$version/gotify-cli-windows-amd64.exe#/gotify-cli.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gotify/cli/releases/download/v$version/gotify-cli-windows-386.exe#/gotify-cli.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|