gotify-server: Update to version 2.5.0

This commit is contained in:
github-actions[bot] 2024-06-23 20:25:26 +00:00
parent 7ef1a71f2e
commit 7cf9280de6

View File

@ -1,16 +1,16 @@
{
"version": "2.4.0",
"version": "2.5.0",
"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.4.0/gotify-windows-amd64.exe.zip",
"hash": "7959e348a203170034bfecc539c1b8443608ca646d3af5108d7692d802c2a0f6"
"url": "https://github.com/gotify/server/releases/download/v2.5.0/gotify-windows-amd64.exe.zip",
"hash": "b6b4efb8be38380a42715098a337ee7d74eee55d4313e93109a015d653a8ce59"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.4.0/gotify-windows-386.exe.zip",
"hash": "9c73ceb676ed2fa2944f02b2d50355351b140dfe5660b68c13cae4363a41e36f"
"url": "https://github.com/gotify/server/releases/download/v2.5.0/gotify-windows-386.exe.zip",
"hash": "6fb8597706fcc5301a75cb1c45519663b647ae47447b4781a8919f3c2501f83d"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",