mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
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:
parent
65627be636
commit
232b86b27d
37
bucket/pocketbase.json
Normal file
37
bucket/pocketbase.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user