ScoopInstaller_Main/bucket/supabase.json
2024-06-11 16:31:13 +00:00

34 lines
1.2 KiB
JSON

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