ScoopInstaller_Main/bucket/metabase.json
2024-07-15 12:31:28 +00:00

23 lines
784 B
JSON

{
"version": "0.50.13",
"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.13/metabase.jar",
"hash": "57b54ebd2b60e8fc52ba332062d9130f60489aba33aa56b9e639d4ad450c815b",
"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"
}
}
}