ScoopInstaller_Main/bucket/supabase.json
2025-10-13 04:29:29 +00:00

34 lines
1.2 KiB
JSON

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