ScoopInstaller_Main/bucket/pocketbase.json
2024-12-18 20:29:08 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.23.10",
"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.23.10/pocketbase_0.23.10_windows_amd64.zip",
"hash": "9fc6d131c11573b645c321980d1ccf1465d017b4a07a8d4f3b03462cd9ddf506"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.23.10/pocketbase_0.23.10_windows_arm64.zip",
"hash": "f30165a6c4c0c8dce5274a2d5865cc46f526302e97a171d0e936406b6116ef9d"
}
},
"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"
}
}
}