gotify-server: Update to version 2.7.3

This commit is contained in:
github-actions[bot] 2025-09-21 12:31:18 +00:00
parent b190ae9092
commit 8b63aca236

View File

@ -1,16 +1,16 @@
{
"version": "2.7.2",
"version": "2.7.3",
"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.7.2/gotify-windows-amd64.exe.zip",
"hash": "de3249274042817c3379ae7e44ffc10ade8310b57ca7347e38787c89be960e53"
"url": "https://github.com/gotify/server/releases/download/v2.7.3/gotify-windows-amd64.exe.zip",
"hash": "d8bb13c44f9ae9a45deb480122d12188ed2f7247f0c7c86a900a9d9891cbd67b"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.7.2/gotify-windows-386.exe.zip",
"hash": "50e67d99257a1af3396d95c5101afb0bc2db23c41e979a27a618ce4c91d6d2d0"
"url": "https://github.com/gotify/server/releases/download/v2.7.3/gotify-windows-386.exe.zip",
"hash": "e8ad75ee0f24cf00d000b49da79b4ed81fe051dbe3af8491b8e565efc66af2f0"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",