mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.6.1",
|
|
"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.6.1/gotify-windows-amd64.exe.zip",
|
|
"hash": "d43ac2a97f0707c0a04f0a7be95454082d37a297bd9d9eb3a3ccb71b8e681c3c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gotify/server/releases/download/v2.6.1/gotify-windows-386.exe.zip",
|
|
"hash": "af7b1978abd44a870e22286da0ba78a85912e7b2e575e6576cd918829c8320f6"
|
|
}
|
|
},
|
|
"pre_install": "Get-ChildItem \"$dir\\gotify-windows-*\" | Rename-Item -NewName gotify.exe",
|
|
"bin": "gotify.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gotify/server/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-amd64.exe.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-386.exe.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|