mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.20.3",
|
|
"description": "An open-source Firebase alternative.",
|
|
"homepage": "https://supabase.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v2.20.3/supabase_windows_amd64.tar.gz",
|
|
"hash": "efe1cd8f38575e9125c865285fb0bf4c118da8c96c18fc9afcab0085df6efbff"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v2.20.3/supabase_windows_arm64.tar.gz",
|
|
"hash": "26075eea57cab81a838bb1868c5a98b8e3cae0120a44334cfffc9d0b369877c1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|