ScoopInstaller_Main/bucket/pocketbase.json
2025-06-21 08:30:15 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.28.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.28.4/pocketbase_0.28.4_windows_amd64.zip",
"hash": "bab863ed5bb34f0b684cec32e2d6cb07aedb27a75ff5ec68c5be51568283cfc6"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.28.4/pocketbase_0.28.4_windows_arm64.zip",
"hash": "d9fb8bf5124d7a2bb250edec087ed5d942e9f1d9c46c45e4e5bba214e2295f0f"
}
},
"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"
}
}
}