ScoopInstaller_Main/bucket/supabase.json
2025-11-11 08:30:20 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.58.5",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.58.5/supabase_windows_amd64.tar.gz",
"hash": "b275e0dfd2894792810fd53d4f96581f4db96a8317cdaa3db318e01e5fa997b6"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.58.5/supabase_windows_arm64.tar.gz",
"hash": "6caf92c27e3baf252adbdbd3c7f2152013a6134ca56cdef1d4fada5ee187d3dd"
}
},
"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"
}
}
}