ScoopInstaller_Main/bucket/pocketbase.json
2024-11-03 12:31:12 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.22.23",
"description": "Open Source realtime backend in 1 file",
"homepage": "https://pocketbase.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.23/pocketbase_0.22.23_windows_amd64.zip",
"hash": "e74d7cf970fb2333692a1f58555fa6ecbe3e7e59de0990c89132e522b20aedb0"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.23/pocketbase_0.22.23_windows_arm64.zip",
"hash": "6ba3da4133bb5e84e13961161fd51d340553c43a11bf6f3346d4d1880210cbe0"
}
},
"bin": "pocketbase.exe",
"persist": [
"pb_data",
"pb_migrations"
],
"checkver": {
"github": "https://github.com/pocketbase/pocketbase"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v$version/pocketbase_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v$version/pocketbase_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}