ScoopInstaller_Main/bucket/pocketbase.json
2026-02-13 20:32:31 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.36.3",
"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.36.3/pocketbase_0.36.3_windows_amd64.zip",
"hash": "6d6b3e27717d582d17f2a56140e9e15002b34ae5902d28fe1e0dc8af50c767e3"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.36.3/pocketbase_0.36.3_windows_arm64.zip",
"hash": "766eda2f2d6ac25d278d2789e1c80a5c2c3dc5ae9a47f6ab248925dbdeb4b472"
}
},
"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"
}
}
}