{ "version": "0.33.0", "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.33.0/pocketbase_0.33.0_windows_amd64.zip", "hash": "8d0b503cf51eef1950f8ab0f4a3fc8aea25d2c6a1880218fa90bc2b1603fcc75" }, "arm64": { "url": "https://github.com/pocketbase/pocketbase/releases/download/v0.33.0/pocketbase_0.33.0_windows_arm64.zip", "hash": "450a1261a98843658ccd6df11bbc0b72ab3565446190214eefea22d03deaf0cb" } }, "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" } } }