ScoopInstaller_Main/bucket/supabase.json
2024-06-11 04:28:53 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.176.2",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.176.2/supabase_windows_amd64.tar.gz",
"hash": "5631288f604fabf95434d85f51745345d99be07cc18da12ecb0eae2a48c05458"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v1.176.2/supabase_windows_arm64.tar.gz",
"hash": "5f93f8466a34a14b3cdaf5c390fd54258da9b645a8cbe00ffb2348c5d5f93a98"
}
},
"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"
}
}
}