mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.187.10",
|
|
"description": "An open-source Firebase alternative.",
|
|
"homepage": "https://supabase.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v1.187.10/supabase_windows_amd64.tar.gz",
|
|
"hash": "bb8b886062c468291e31255877a7ae772bb2b9270a23c267ffdcf06b03517e8d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v1.187.10/supabase_windows_arm64.tar.gz",
|
|
"hash": "ecda53b3e93186a7c82f138986482e1af6b7d7b5329247fa18813eb2b80a0385"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|