ScoopInstaller_Main/bucket/supabase.json
2024-08-27 04:29:28 +00:00

34 lines
1.2 KiB
JSON

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