ScoopInstaller_Main/bucket/pocketbase.json
2026-02-21 12:32:53 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.36.5",
"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.5/pocketbase_0.36.5_windows_amd64.zip",
"hash": "546a520e589e68865dcff2f8dca701ef92240cdd599d18186f230284180bb7c2"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.36.5/pocketbase_0.36.5_windows_arm64.zip",
"hash": "646f750758f7d14ec744662ffacf582cefd4fecf954279008a03d458e4ab7b38"
}
},
"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"
}
}
}