diff --git a/bucket/pocketbase.json b/bucket/pocketbase.json new file mode 100644 index 0000000000..6ba1764bdb --- /dev/null +++ b/bucket/pocketbase.json @@ -0,0 +1,37 @@ +{ + "version": "0.22.11", + "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.11/pocketbase_0.22.11_windows_amd64.zip", + "hash": "1179e13abb18b0031f5ba00d79fd93cb665e629903b97102d2cfaf1cdac86886" + }, + "arm64": { + "url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.11/pocketbase_0.22.11_windows_arm64.zip", + "hash": "20c8ac4a15c7cf1f676da4deb9b6333c5c41683b85a00ccdd5be887d365214ff" + } + }, + "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" + } + } +}