mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.5.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.5.0/gotify-windows-amd64.exe.zip",
|
|
"hash": "b6b4efb8be38380a42715098a337ee7d74eee55d4313e93109a015d653a8ce59"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gotify/server/releases/download/v2.5.0/gotify-windows-386.exe.zip",
|
|
"hash": "6fb8597706fcc5301a75cb1c45519663b647ae47447b4781a8919f3c2501f83d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|