metabase: Add version 0.49.4 (#5702)

This commit is contained in:
Hsiao-nan Cheung 2024-04-19 00:56:31 +08:00 committed by GitHub
parent c2861a486c
commit 2a660e4022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
bucket/metabase.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.49.4",
"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.4/metabase.jar",
"hash": "c9c13012f1a20d05d3ee7afec79c8b1c790af139a375d1c76e0ebbb6f9c7fc2b",
"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"
}
}
}