ScoopInstaller_Main/bucket/metabase.json
2024-06-19 08:28:59 +00:00

23 lines
782 B
JSON

{
"version": "0.50.6",
"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.50.6/metabase.jar",
"hash": "3d7ad42870426be7cf9bbecc11b6847222c31e9a8f28703563a980538edecf29",
"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"
}
}
}