ScoopInstaller_Main/bucket/gotify-server.json
2025-09-21 12:31:18 +00:00

32 lines
1.2 KiB
JSON

{
"version": "2.7.3",
"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.7.3/gotify-windows-amd64.exe.zip",
"hash": "d8bb13c44f9ae9a45deb480122d12188ed2f7247f0c7c86a900a9d9891cbd67b"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.7.3/gotify-windows-386.exe.zip",
"hash": "e8ad75ee0f24cf00d000b49da79b4ed81fe051dbe3af8491b8e565efc66af2f0"
}
},
"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"
}
}
}
}