ScoopInstaller_Main/bucket/pocketbase.json
2024-11-13 12:31:53 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.22.24",
"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.24/pocketbase_0.22.24_windows_amd64.zip",
"hash": "e459580cab38ef3f33cd58c34889179a9d1fc5f1b13ec93e44dc5d13c7269593"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.24/pocketbase_0.22.24_windows_arm64.zip",
"hash": "d630e80d9845e7567d49202daf062b89094e53a0984bf9516a4a004fb9bd65eb"
}
},
"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"
}
}
}