gotify-server: Update to version 2.6.1

This commit is contained in:
github-actions[bot] 2024-11-16 12:31:58 +00:00
parent 48c9d3e0f3
commit b2d8f752be

View File

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