{ "version": "2.2.2", "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.2/gotify-windows-amd64.exe.zip", "hash": "4eba487807290c819aebedce1119dcdebbbf87acf205d618e35ff2b53197ec1b" }, "32bit": { "url": "https://github.com/gotify/server/releases/download/v2.2.2/gotify-windows-386.exe.zip", "hash": "099b252dd4012233213ffcb8f21c12f3a733b2c3502732fa1e164494e5bbcc86" } }, "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" } } } }