ScoopInstaller_Main/bucket/supabase.json
2024-10-08 12:32:19 +00:00

34 lines
1.2 KiB
JSON

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