ScoopInstaller_Main/bucket/gotify-cli.json
2023-05-08 16:30:18 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.2.3",
"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.3/gotify-cli-windows-amd64.exe#/gotify-cli.exe",
"hash": "89475ab89a280cb37ec7c08d7f9402848117b9ec1fc55911be662e411b3657a9"
},
"32bit": {
"url": "https://github.com/gotify/cli/releases/download/v2.2.3/gotify-cli-windows-386.exe#/gotify-cli.exe",
"hash": "e5379d0430c5cba80affbcb43d6e3d70b96722e93c9909c1731166a6d9d32ac2"
}
},
"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"
}
}
}
}