ScoopInstaller_Main/bucket/supabase.json
2025-07-30 12:31:46 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.33.7",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.33.7/supabase_windows_amd64.tar.gz",
"hash": "7e25534f8ae37c818fb7b0921decbfc25fab5370b9cce23b89f3aef678a0765e"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.33.7/supabase_windows_arm64.tar.gz",
"hash": "7b98218ceb147cd25f59a7f4faeea8fc9cbc5fe727fdd20fc9bd81292f3910de"
}
},
"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"
}
}
}