ScoopInstaller_Main/bucket/metabase.json
2025-07-09 00:42:01 +00:00

23 lines
782 B
JSON

{
"version": "0.55.7",
"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.55.7/metabase.jar",
"hash": "c7f55cd9c6354f348b38c6464ea093c8969995588fd2f2e7644b5a10c1297b90",
"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"
}
}
}