mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
27 lines
815 B
JSON
27 lines
815 B
JSON
{
|
|
"version": "1.86.0",
|
|
"description": "An open-source Firebase alternative.",
|
|
"homepage": "https://supabase.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v1.86.0/supabase_windows_amd64.tar.gz",
|
|
"hash": "3e3e2de089418162d1e4739eddac920099b125398c6e5ace3fcf338fac8ad392"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|