gotify-server: Update to version 2.2.4

This commit is contained in:
github-actions[bot] 2023-01-10 20:29:25 +00:00
parent 756187cc93
commit a543bc989d

View File

@ -1,16 +1,16 @@
{ {
"version": "2.2.2", "version": "2.2.4",
"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.2.2/gotify-windows-amd64.exe.zip", "url": "https://github.com/gotify/server/releases/download/v2.2.4/gotify-windows-amd64.exe.zip",
"hash": "4eba487807290c819aebedce1119dcdebbbf87acf205d618e35ff2b53197ec1b" "hash": "71ff32fcee3cf8a785c555dc71d297cd87febff36bdedcd49bd6071e97048647"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.2.2/gotify-windows-386.exe.zip", "url": "https://github.com/gotify/server/releases/download/v2.2.4/gotify-windows-386.exe.zip",
"hash": "099b252dd4012233213ffcb8f21c12f3a733b2c3502732fa1e164494e5bbcc86" "hash": "d76e6aefa1ec4d00b117307290075f0599e826aec2cc6fe15f1d074b13b2970c"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe", "pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",