gotify-server: Update to version 2.3.0

This commit is contained in:
github-actions[bot] 2023-07-20 20:24:18 +00:00
parent a641517315
commit 93bd607e14

View File

@ -1,16 +1,16 @@
{
"version": "2.2.5",
"version": "2.3.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.2.5/gotify-windows-amd64.exe.zip",
"hash": "af0acc3cf1cd69c0e665e66a2a4a524b7e525c823c8011b302de4bb9f2b17af9"
"url": "https://github.com/gotify/server/releases/download/v2.3.0/gotify-windows-amd64.exe.zip",
"hash": "565836eb9e184ec34a3f1121226b9484f83965b3c7530043efbf2839ecfd14d0"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.2.5/gotify-windows-386.exe.zip",
"hash": "edcb7423ead945c9d92aabbf9cb54f58ea4a26d05baf851baf3271bf06ed53f0"
"url": "https://github.com/gotify/server/releases/download/v2.3.0/gotify-windows-386.exe.zip",
"hash": "351e497c7484a6812f36084534eadfa448ef02d687814257c0b77a6a609c3ccb"
}
},
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",