{ "version": "2.2.4", "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.4/gotify-windows-amd64.exe.zip", "hash": "71ff32fcee3cf8a785c555dc71d297cd87febff36bdedcd49bd6071e97048647" }, "32bit": { "url": "https://github.com/gotify/server/releases/download/v2.2.4/gotify-windows-386.exe.zip", "hash": "d76e6aefa1ec4d00b117307290075f0599e826aec2cc6fe15f1d074b13b2970c" } }, "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" } } } }