gotify-server: Update to version 2.2.2

This commit is contained in:
github-actions[bot] 2022-12-29 20:26:23 +00:00
parent 5bb993875a
commit e7ce231f92

View File

@ -1,16 +1,16 @@
{
"version": "2.2.1",
"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.1/gotify-windows-amd64.exe.zip",
"hash": "8cc744ce820607612f98dacf80eadd32ebf3aa52666062733c76852da64ca4a4"
"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.1/gotify-windows-386.exe.zip",
"hash": "21c68010c1370bbe4637e7227a7dd8248abc02c6afbfaea4554f80ceb2808e2f"
"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",