mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
23 lines
784 B
JSON
23 lines
784 B
JSON
{
|
|
"version": "0.50.16",
|
|
"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.50.16/metabase.jar",
|
|
"hash": "1a77ee1d8d3c4977a561875858e58e9a5e2427c3d5aa71276876dfc4acf3ab8e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|