ScoopInstaller_Main/bucket/pocketbase.json
2024-09-18 04:29:15 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.22.21",
"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.22.21/pocketbase_0.22.21_windows_amd64.zip",
"hash": "d459c5690abfb8a3e220565671a1b53fdc6adb21a50a7f553a78bd9eff5287d5"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.21/pocketbase_0.22.21_windows_arm64.zip",
"hash": "5f7e191a4927ae972104bbac2caa36161016623da83a7c17f3ccc476f3210bc2"
}
},
"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"
}
}
}