ScoopInstaller_Main/bucket/metabase.json
2026-02-28 00:47:04 +00:00

23 lines
782 B
JSON

{
"version": "0.58.8",
"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.58.8/metabase.jar",
"hash": "3a22ed552cacb4388e8099aea7f8471480b0abaf0f041ab607dfae9948701e4d",
"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"
}
}
}