ScoopInstaller_Main/bucket/metabase.json
2025-04-23 12:31:25 +00:00

23 lines
782 B
JSON

{
"version": "0.54.4",
"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.54.4/metabase.jar",
"hash": "dc94ba4acedc4363666e957d01f09f1aba7df3a1302d9fd0aa4b182ff81d835f",
"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"
}
}
}