ScoopInstaller_Main/bucket/gotify-cli.json
2024-08-01 20:30:54 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.3.2",
"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.3.2/gotify-cli-windows-amd64.exe#/gotify-cli.exe",
"hash": "2eede457b457507c7720ba6b9fda46808b8d55fda0cdc1247fec94329808f11b"
},
"32bit": {
"url": "https://github.com/gotify/cli/releases/download/v2.3.2/gotify-cli-windows-386.exe#/gotify-cli.exe",
"hash": "37efbd59f8641581523958dc91dbb9704ba040e8d7cdfd018004790dc0ab285a"
}
},
"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"
}
}
}
}