ScoopInstaller_Main/bucket/gotify-server.json
2026-02-28 20:30:14 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.9.1",
"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.9.1/gotify-windows-amd64.exe.zip",
"hash": "8e05188232e0312dbc4f5760267777590a834ba53b8fb50844cad43bf711de74"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.9.1/gotify-windows-386.exe.zip",
"hash": "487dafe253fb53a06e98c7ed695e60118369fe91b5f31d9ad5de9af145bd52f9"
}
},
"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"
}
}
}
}