ScoopInstaller_Main/bucket/supabase.json
2025-01-14 08:30:45 +00:00

34 lines
1.2 KiB
JSON

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