ScoopInstaller_Main/bucket/metabase.json
2024-05-02 16:28:25 +00:00

23 lines
782 B
JSON

{
"version": "0.49.8",
"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.49.8/metabase.jar",
"hash": "1c375aded992698f9cc92b3fba510b8685b323e44c243e2e416f1e2fc965302c",
"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"
}
}
}