mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.35.0",
|
|
"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.35.0/pocketbase_0.35.0_windows_amd64.zip",
|
|
"hash": "82820440c02489c3d608d49be33a6bb282352b13e096fa871e6ceee2b33eec13"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.35.0/pocketbase_0.35.0_windows_arm64.zip",
|
|
"hash": "c4ce3ee36f75d0aaf85a5541e4d21e20788fe14fbdefbba478b6c46ac952e008"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|