ScoopInstaller_Main/bucket/supabase.json
2025-11-25 04:30:12 +00:00

34 lines
1.2 KiB
JSON

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