mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.1.7",
|
|
"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.1.7/gotify-windows-amd64.exe.zip",
|
|
"hash": "23804511ee394395012bc77586d0124673cc26fd8dbb3ec0dc38f786a1d8a90e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gotify/server/releases/download/v2.1.7/gotify-windows-386.exe.zip",
|
|
"hash": "eb9ef27cfe737ba6c955ff9660071ec88d35616b4f5dcdb8d175ed34c4d9543a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|