mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 00:25:13 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.207.8",
|
|
"description": "An open-source Firebase alternative.",
|
|
"homepage": "https://supabase.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v1.207.8/supabase_windows_amd64.tar.gz",
|
|
"hash": "cd8088d2b3abf4bdb2a64adc60052e966c5ec5ef29bc1550f3c39b118e2e3378"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v1.207.8/supabase_windows_arm64.tar.gz",
|
|
"hash": "965b39458c76c4547a84260d4565488d6b6d50a92a8216eb6ba0b02157d197c7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|