mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "2.23.4",
|
|
"description": "An open-source Firebase alternative.",
|
|
"homepage": "https://supabase.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v2.23.4/supabase_windows_amd64.tar.gz",
|
|
"hash": "e29a3ef018cb9f25e09741b5c3c1c6acf63327c7341f45db2536b66329180fe3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/supabase/cli/releases/download/v2.23.4/supabase_windows_arm64.tar.gz",
|
|
"hash": "948516909bce593bac5183f56a0403bcd5c2f5dc51265322bc2026bbe2919c26"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|