mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.25.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.25.2/pocketbase_0.25.2_windows_amd64.zip",
|
|
"hash": "437ae1f72b0b9feff95aba24a392e900d07620d76f39c95ea5de4a1e4f405507"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.25.2/pocketbase_0.25.2_windows_arm64.zip",
|
|
"hash": "904c76d94dc4d81e1744032b64f044e591c971dda005165ed0b143d1fa49f252"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|