ScoopInstaller_Main/bucket/gotify-server.json
2022-09-10 20:28:46 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.1.6",
"description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
"homepage": "https://gotify.net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v2.1.6/gotify-windows-amd64.exe.zip",
"hash": "ab4da2200d310f9556bfa6997b14aac1da912cf643769d11ce1499f26c95ded4"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.1.6/gotify-windows-386.exe.zip",
"hash": "2dfa15cbc05bda917a2677a1eeceed539c11507178de7d43ac1200f3335f0d43"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",
"bin": "gotify.exe",
"checkver": {
"github": "https://github.com/gotify/server/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-amd64.exe.zip"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-386.exe.zip"
}
}
}
}