From ed640da23e8540199a9af17a249e7cd4d065d86c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 08:30:47 +0000 Subject: [PATCH] gotify-server: Update to version 2.1.7 --- 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 adb6a0dd42..bbc8655c66 100644 --- a/bucket/gotify-server.json +++ b/bucket/gotify-server.json @@ -1,16 +1,16 @@ { - "version": "2.1.6", + "version": "2.1.7", "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.6/gotify-windows-amd64.exe.zip", - "hash": "ab4da2200d310f9556bfa6997b14aac1da912cf643769d11ce1499f26c95ded4" + "url": "https://github.com/gotify/server/releases/download/v2.1.7/gotify-windows-amd64.exe.zip", + "hash": "23804511ee394395012bc77586d0124673cc26fd8dbb3ec0dc38f786a1d8a90e" }, "32bit": { - "url": "https://github.com/gotify/server/releases/download/v2.1.6/gotify-windows-386.exe.zip", - "hash": "2dfa15cbc05bda917a2677a1eeceed539c11507178de7d43ac1200f3335f0d43" + "url": "https://github.com/gotify/server/releases/download/v2.1.7/gotify-windows-386.exe.zip", + "hash": "eb9ef27cfe737ba6c955ff9660071ec88d35616b4f5dcdb8d175ed34c4d9543a" } }, "pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",