ScoopInstaller_Main/bucket/supabase.json
2024-04-18 05:06:47 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.162.4",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.162.4/supabase_windows_amd64.tar.gz",
"hash": "15b4abf1eecb2f7294f68c49a963465718a69e9582883a751f699244d8f05e1b"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v1.162.4/supabase_windows_arm64.tar.gz",
"hash": "95e1c709c58d03b624390c2816bd8fbca7c2dcaec8442f16ca78013135132de5"
}
},
"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"
}
}
}