mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
23 lines
784 B
JSON
23 lines
784 B
JSON
{
|
|
"version": "0.49.12",
|
|
"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.12/metabase.jar",
|
|
"hash": "f931d0e22ef030effbe8c36376f0e8aacb45717927679fc5f364cd5e7d3b8274",
|
|
"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"
|
|
}
|
|
}
|
|
}
|