ScoopInstaller_Main/bucket/metabase.json
2025-07-30 20:29:50 +00:00

23 lines
784 B
JSON

{
"version": "0.55.10",
"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.10/metabase.jar",
"hash": "3ce78540a4b8fffda009d78e0b245843d96c2ce67e04e14558961acbbfdc1ee7",
"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"
}
}
}