ScoopInstaller_Main/bucket/pocketbase.json
2025-10-03 08:29:54 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.30.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.30.1/pocketbase_0.30.1_windows_amd64.zip",
"hash": "475dab197dea0d42b576a6cfb533a918af2877a2e656acd4b0f2e877ff543139"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.30.1/pocketbase_0.30.1_windows_arm64.zip",
"hash": "a06e64b1e2bb10c5bf0f1353998c45d14c6d5a2faa7e057b2d6aedcfc73563f5"
}
},
"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"
}
}
}