ScoopInstaller_Main/bucket/supabase.json
2025-06-17 04:30:27 +00:00

34 lines
1.2 KiB
JSON

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