ScoopInstaller_Main/bucket/supabase.json
2023-08-15 16:27:06 +00:00

27 lines
815 B
JSON

{
"version": "1.86.1",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.86.1/supabase_windows_amd64.tar.gz",
"hash": "83e7beb0ba9daf6309478c9c43a3d82a1e350943d8a5dba1e74dd6b002a720c6"
}
},
"bin": "supabase.exe",
"checkver": {
"github": "https://github.com/supabase/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/supabase_$version_checksums.txt"
}
}
}