ScoopInstaller_Main/bucket/pocketbase.json
2024-11-25 12:32:44 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.23.1",
"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.23.1/pocketbase_0.23.1_windows_amd64.zip",
"hash": "e08d5826872fa9f08eb8d2c6979169b041aabe9cacbf74acbf1f093321932a06"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.23.1/pocketbase_0.23.1_windows_arm64.zip",
"hash": "b94ac96daa2926e3d64796ab70ee79bb18fecba6486f64bafa05cd8b88d645a2"
}
},
"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"
}
}
}