From b3e9328c9e168786bde07639bdbf673295ca9372 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 12:30:24 +0000 Subject: [PATCH] gotify-server: Update to version 2.2.0 --- 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 bbc8655c66..e5b02f0226 100644 --- a/bucket/gotify-server.json +++ b/bucket/gotify-server.json @@ -1,16 +1,16 @@ { - "version": "2.1.7", + "version": "2.2.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.1.7/gotify-windows-amd64.exe.zip", - "hash": "23804511ee394395012bc77586d0124673cc26fd8dbb3ec0dc38f786a1d8a90e" + "url": "https://github.com/gotify/server/releases/download/v2.2.0/gotify-windows-amd64.exe.zip", + "hash": "27886656876a79a96ab8ad2cc1193032b31b228f9320d4f99707e4fe84b203ea" }, "32bit": { - "url": "https://github.com/gotify/server/releases/download/v2.1.7/gotify-windows-386.exe.zip", - "hash": "eb9ef27cfe737ba6c955ff9660071ec88d35616b4f5dcdb8d175ed34c4d9543a" + "url": "https://github.com/gotify/server/releases/download/v2.2.0/gotify-windows-386.exe.zip", + "hash": "1d00fe56da96a9cd175367461cfb86d62a7a6f155b9a1bd7ea8a58be6a298861" } }, "pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",