ScoopInstaller_Main/bucket/pocketbase.json
2024-07-06 12:30:42 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.22.16",
"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.16/pocketbase_0.22.16_windows_amd64.zip",
"hash": "b8a2cdfb403fd6dca901811551ff56f747624cf208104a023863411a663bc44f"
},
"arm64": {
"url": "https://github.com/pocketbase/pocketbase/releases/download/v0.22.16/pocketbase_0.22.16_windows_arm64.zip",
"hash": "60b7701f949bd026c61548aee41f5d09aa93da47cf399e7fbf549c9bbf5cd8bf"
}
},
"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"
}
}
}