ScoopInstaller_Main/bucket/pocketbase.json
2024-08-12 20:27:00 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.22.19",
"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.22.19/pocketbase_0.22.19_windows_amd64.zip",
"hash": "c8e6a58183e25b2595116bec45b13ad46ae22b5caf1005f407a7667ccbceca84"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.19/pocketbase_0.22.19_windows_arm64.zip",
"hash": "bd41c4cd9b11e36d20075c65a33243f1e2cf003bef9c97792fa81cea7dd56ba2"
}
},
"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"
}
}
}