From f65d8b846ac9847c63dc8f3d7e996af721eca2ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 12:30:57 +0000 Subject: [PATCH] gotify-server: Update to version 2.6.3 --- bucket/gotify-server.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gotify-server.json b/bucket/gotify-server.json index b5aa2c4900..fc5e708a2e 100644 --- a/bucket/gotify-server.json +++ b/bucket/gotify-server.json @@ -1,16 +1,16 @@ { - "version": "2.6.1", + "version": "2.6.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.6.1/gotify-windows-amd64.exe.zip", - "hash": "d43ac2a97f0707c0a04f0a7be95454082d37a297bd9d9eb3a3ccb71b8e681c3c" + "url": "https://github.com/gotify/server/releases/download/v2.6.3/gotify-windows-amd64.exe.zip", + "hash": "2303cfa2a5dd3a3a3ff55c7cb5fa86483f64d56585a9ed8a3fcba99a3b93a459" }, "32bit": { - "url": "https://github.com/gotify/server/releases/download/v2.6.1/gotify-windows-386.exe.zip", - "hash": "af7b1978abd44a870e22286da0ba78a85912e7b2e575e6576cd918829c8320f6" + "url": "https://github.com/gotify/server/releases/download/v2.6.3/gotify-windows-386.exe.zip", + "hash": "a973965cac78eb7b112d8aab26c7f54a8a764f7c3fc91acdf8ae3ea2b4c119ac" } }, "pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",