ScoopInstaller_Main/bucket/supabase.json
2024-03-26 05:07:31 +00:00

34 lines
1.2 KiB
JSON

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