ScoopInstaller_Main/bucket/supabase.json
2025-03-26 16:30:22 +00:00

34 lines
1.2 KiB
JSON

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