ScoopInstaller_Main/bucket/gotify-server.json
2023-06-26 20:26:37 +00:00

32 lines
1.2 KiB
JSON

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