ScoopInstaller_Main/bucket/supabase.json
2025-11-25 08:30:43 +00:00

34 lines
1.2 KiB
JSON

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