pocketbase: Add version 0.22.11 (#5749)

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
Co-authored-by: tech189 <dlloyd189@gmail.com>
This commit is contained in:
simonsan 2024-05-07 10:33:29 +02:00 committed by GitHub
parent 65627be636
commit 232b86b27d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

37
bucket/pocketbase.json Normal file
View File

@ -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"
}
}
}