gotify-server: Update to version 2.4.0

This commit is contained in:
github-actions[bot] 2023-09-17 12:30:20 +00:00
parent 9a5eaa39a8
commit a5c0eb5f8d

View File

@ -1,16 +1,16 @@
{ {
"version": "2.3.0", "version": "2.4.0",
"description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI", "description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
"homepage": "https://gotify.net/", "homepage": "https://gotify.net/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gotify/server/releases/download/v2.3.0/gotify-windows-amd64.exe.zip", "url": "https://github.com/gotify/server/releases/download/v2.4.0/gotify-windows-amd64.exe.zip",
"hash": "565836eb9e184ec34a3f1121226b9484f83965b3c7530043efbf2839ecfd14d0" "hash": "7959e348a203170034bfecc539c1b8443608ca646d3af5108d7692d802c2a0f6"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.3.0/gotify-windows-386.exe.zip", "url": "https://github.com/gotify/server/releases/download/v2.4.0/gotify-windows-386.exe.zip",
"hash": "351e497c7484a6812f36084534eadfa448ef02d687814257c0b77a6a609c3ccb" "hash": "9c73ceb676ed2fa2944f02b2d50355351b140dfe5660b68c13cae4363a41e36f"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe", "pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",