gotify-server: Update to version 2.2.5

This commit is contained in:
github-actions[bot] 2023-06-26 20:26:37 +00:00
parent cce717b2bd
commit c2a51af53e

View File

@ -1,16 +1,16 @@
{
"version": "2.2.4",
"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.4/gotify-windows-amd64.exe.zip",
"hash": "71ff32fcee3cf8a785c555dc71d297cd87febff36bdedcd49bd6071e97048647"
"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.4/gotify-windows-386.exe.zip",
"hash": "d76e6aefa1ec4d00b117307290075f0599e826aec2cc6fe15f1d074b13b2970c"
"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",