ScoopInstaller_Main/bucket/gotify-cli.json
2024-06-23 20:25:25 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.2.4",
"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.4/gotify-cli-windows-amd64.exe#/gotify-cli.exe",
"hash": "a19173af58d4044a01eeaf187368e324676bacbf63f14e97ee567089d7b7762d"
},
"32bit": {
"url": "https://github.com/gotify/cli/releases/download/v2.2.4/gotify-cli-windows-386.exe#/gotify-cli.exe",
"hash": "49eb66ec1a3cb0f3ddcf56cf83dde1a9efc42c8daea2bff4e843077bbe2dbc23"
}
},
"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"
}
}
}
}