diff options
author | tee | 2025-01-16 01:19:14 +1300 |
---|---|---|
committer | tee | 2025-01-16 01:19:14 +1300 |
commit | 3ba60d6aeede748bd36ec5f3395d60c9abc57b03 (patch) | |
tree | 91eb8dbc1a1a9b02819669f7dcbd5d687b2769a2 /PKGBUILD | |
parent | 609fdc3f79b0784f92c462dff260675c6010bdbc (diff) | |
download | aur-3ba60d6aeede748bd36ec5f3395d60c9abc57b03.tar.gz |
0.52.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: tee < teeaur at duck dot com > pkgname=rill-bin -pkgver=0.52.2 +pkgver=0.52.7 pkgrel=1 pkgdesc="Rill is an operational BI tool that provides fast dashboards that your team will actually use." #Rill rethinks BI dashboards with embedded database and instant UX @@ -10,7 +10,7 @@ license=('Apache') provides=('rill') conflicts=('rill') source=("rill-$pkgver.zip::https://github.com/rilldata/rill/releases/download/v$pkgver/rill_linux_amd64.zip") -sha256sums=('c6edb8c871000ac2940cd7a678f12413c604291a6d9cb92e37c6c7090295ecb9') +sha256sums=('80b2bfaad10ec1cd039409ea79e5c4f6e3aee073e8a4b6a36f32ed0058e12f43') package() { install -Dm0755 rill "$pkgdir/usr/bin/rill" |