mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
23 lines
782 B
JSON
23 lines
782 B
JSON
{
|
|
"version": "0.54.3",
|
|
"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.3/metabase.jar",
|
|
"hash": "10f87e342b8d4acaa1f6d97ccd494831989114f5ce035ffabc2f5ff9794a72fd",
|
|
"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"
|
|
}
|
|
}
|
|
}
|