ScoopInstaller_Main/bucket/supabase.json
2025-12-03 04:30:29 +00:00

34 lines
1.2 KiB
JSON

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