ScoopInstaller_Main/bucket/gotify-cli.json
2022-07-27 00:34:16 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.2.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.2.2/gotify-cli-windows-amd64.exe#/gotify-cli.exe",
"hash": "dca02cb3c2672043e5cf48baea09ced77712e1cc8a5f641cba2ed3b553cd36ec"
},
"32bit": {
"url": "https://github.com/gotify/cli/releases/download/v2.2.2/gotify-cli-windows-386.exe#/gotify-cli.exe",
"hash": "78cd1185c90a9324d5e8187837b24a27e69a34cd1ac426a88e662a56919ef325"
}
},
"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"
}
}
}
}