ScoopInstaller_Main/bucket/supabase.json
2025-10-21 08:30:30 +00:00

34 lines
1.2 KiB
JSON

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