gotify-server: Update to version 2.2.1

This commit is contained in:
github-actions[bot] 2022-12-29 00:33:44 +00:00
parent 7d0eb73705
commit 581703c953

View File

@ -1,16 +1,16 @@
{
"version": "2.2.0",
"version": "2.2.1",
"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.0/gotify-windows-amd64.exe.zip",
"hash": "27886656876a79a96ab8ad2cc1193032b31b228f9320d4f99707e4fe84b203ea"
"url": "https://github.com/gotify/server/releases/download/v2.2.1/gotify-windows-amd64.exe.zip",
"hash": "8cc744ce820607612f98dacf80eadd32ebf3aa52666062733c76852da64ca4a4"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.2.0/gotify-windows-386.exe.zip",
"hash": "1d00fe56da96a9cd175367461cfb86d62a7a6f155b9a1bd7ea8a58be6a298861"
"url": "https://github.com/gotify/server/releases/download/v2.2.1/gotify-windows-386.exe.zip",
"hash": "21c68010c1370bbe4637e7227a7dd8248abc02c6afbfaea4554f80ceb2808e2f"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",