ScoopInstaller_Main/bucket/supabase.json
2023-08-18 04:25:44 +00:00

27 lines
815 B
JSON

{
"version": "1.86.2",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.86.2/supabase_windows_amd64.tar.gz",
"hash": "b35f1a29ac34d16230321eeae1f873e302fc23383694d7ca14f936ec1fd958bd"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/supabase_$version_checksums.txt"
}
}
}