ScoopInstaller_Main/bucket/pocketbase.json
2025-07-19 12:31:28 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.29.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.29.0/pocketbase_0.29.0_windows_amd64.zip",
"hash": "9c39ce32d5721be132455836b7c0d5f0deeed2a1da898c1cfc2505dc7c5bcad7"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.29.0/pocketbase_0.29.0_windows_arm64.zip",
"hash": "71f4cf08cae3159e35ac3717e4986123ba70f254419b5b26835347ee7c255c87"
}
},
"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"
}
}
}