gotify-server: Update to version 2.6.0

This commit is contained in:
github-actions[bot] 2024-11-15 20:28:26 +00:00
parent c27b83df52
commit 73f34969a0

View File

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