Package Details: metabase 0.58.1-1

Git Clone URL: https://aur.archlinux.org/metabase.git (read-only, click to copy)
Package Base: metabase
Description: The simplest, fastest way to get business intelligence and analytics to everyone in your company
Upstream URL: https://www.metabase.com/
Licenses: AGPL
Submitter: AlphaJack
Maintainer: AlphaJack (naxels)
Last Packager: naxels
Votes: 2
Popularity: 0.000000
First Submitted: 2023-06-30 00:36 (UTC)
Last Updated: 2026-01-09 11:27 (UTC)

Dependencies (6)

Sources (6)

Latest Comments

Terrance commented on 2026-01-18 14:15 (UTC)

The use of v$pkgver.x in the URL I think is still causing trouble, as additional patch releases replace the artifact here -- I'm currently getting v0.58.1.3 (according to version.properties inside the JAR) from the source URL as-is, which doesn't match the checksum.

Changing the URL to just use v$pkgver obtains the expected v0.58.1, though that doesn't match the current checksum either.

naxels commented on 2025-12-06 14:03 (UTC)

Thanks for pointing that out! I've updated the update script to the version specific URL

Terrance commented on 2025-12-02 19:56 (UTC)

The latest download from Metabase's website is apparently still on (or has been rolled back to) v0.57.3, causing a checksum mismatch.

I can see the updater script uses a version-specific URL to download metabase.jar -- can that be used in the PKGBUILD source URL too?