mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 12:15:15 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.34.2",
|
|
"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.34.2/pocketbase_0.34.2_windows_amd64.zip",
|
|
"hash": "4567769e01f87285668585e1123163d73603de9912c354c858a2410db0ecb7cb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.34.2/pocketbase_0.34.2_windows_arm64.zip",
|
|
"hash": "be3b334cf3c22e0fd9058f05ba08d93b4daf8523d6887ce133f3c7f4f74f250e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|