ScoopInstaller_Main/bucket/metabase.json
2025-06-05 00:52:56 +00:00

23 lines
782 B
JSON

{
"version": "0.55.1",
"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.1/metabase.jar",
"hash": "8a1d52b569ab91378b14ca83b0a926794fb18aaf5634ce1f4266266ed943a7ab",
"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"
}
}
}