ScoopInstaller_Main/bucket/pocketbase.json
2026-01-16 08:30:48 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.36.0",
"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.0/pocketbase_0.36.0_windows_amd64.zip",
"hash": "4a67637c910e9be921fc0674fd4e59cedb230a5d758700ef8c5abec9249c5ff8"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.36.0/pocketbase_0.36.0_windows_arm64.zip",
"hash": "a9fdd1f0e60980c5505c4b8ba2fc3cda52119321d8b179dea6d8bcce818f1ba7"
}
},
"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"
}
}
}