mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "0.24.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.24.0/pocketbase_0.24.0_windows_amd64.zip",
|
|
"hash": "4334a1d3f9f01362d88a0d18b25dd2e18671397e4f904fb0ff034db4c306fe06"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.24.0/pocketbase_0.24.0_windows_arm64.zip",
|
|
"hash": "353309e74652215edaf1afe3aa9b0e0e1c7b4f6022435aba2e76bea66e6e7a5d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|