ScoopInstaller_Main/bucket/pocketbase.json
2025-03-06 00:37:02 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.25.9",
"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.25.9/pocketbase_0.25.9_windows_amd64.zip",
"hash": "dc53fbef424b4c0843d1830f3e228de49ca0a0ead5f318419b08e2a4cecadc6c"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.25.9/pocketbase_0.25.9_windows_arm64.zip",
"hash": "e3ffdaf082e3d622f24651df3b546face035bd61065b01fef15918db0633a689"
}
},
"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"
}
}
}