ScoopInstaller_Main/bucket/supabase.json
2025-07-29 12:32:14 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.33.4",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.33.4/supabase_windows_amd64.tar.gz",
"hash": "f94b62572d4d1498084195af0f6c8e2054c037565b52116e9c28f6a71a570c58"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.33.4/supabase_windows_arm64.tar.gz",
"hash": "607f6c437bb3ce8c2f4b7149d802afb8b9e7ecdd1e2369a75a0bc6f1d25e8c23"
}
},
"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"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/supabase_$version_checksums.txt"
}
}
}