ScoopInstaller_Main/bucket/metabase.json
2025-09-10 20:28:38 +00:00

23 lines
782 B
JSON

{
"version": "0.56.5",
"description": "The simplest, fastest way to get business intelligence and analytics to everyone in your company",
"homepage": "https://www.metabase.com",
"license": "AGPL-3.0-or-later",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://downloads.metabase.com/v0.56.5/metabase.jar",
"hash": "a024e5c47841763a03cb095896c46f93f5b91190b8d44bdef3a2865b0f293f92",
"bin": "metabase.jar",
"checkver": {
"github": "https://github.com/metabase/metabase"
},
"autoupdate": {
"url": "https://downloads.metabase.com/v$version/metabase.jar",
"hash": {
"url": "https://github.com/metabase/metabase/releases/tag/v$version",
"regex": "<code>$sha256"
}
}
}