ScoopInstaller_Main/bucket/pocketbase.json
2025-02-11 20:28:46 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.25.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.25.4/pocketbase_0.25.4_windows_amd64.zip",
"hash": "02d6869a927a8192b27a5c93f1b9693c8b533bc9795ddae9b345223cc039158d"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.25.4/pocketbase_0.25.4_windows_arm64.zip",
"hash": "b123f6a6ac0e9f4f5265ad023d0111e949915fbba6b57accc0db098f7e02f2ae"
}
},
"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"
}
}
}