ScoopInstaller_Main/bucket/supabase.json
2024-12-04 08:30:48 +00:00

34 lines
1.2 KiB
JSON

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