ScoopInstaller_Main/bucket/pocketbase.json
2025-10-17 08:30:46 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.30.4",
"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.30.4/pocketbase_0.30.4_windows_amd64.zip",
"hash": "ca0564b52eb77aa8edabec43e1c6d24270a4344479bb9030cbfc9e1f1abab688"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.30.4/pocketbase_0.30.4_windows_arm64.zip",
"hash": "5e8b069158b418386611a7245b561328379db16fd19ac2e5d33dfd27b8f38614"
}
},
"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"
}
}
}