diff options
author | tee | 2024-05-23 02:51:49 +1200 |
---|---|---|
committer | tee | 2024-05-23 02:51:49 +1200 |
commit | 3cb42ef76a53fcc6948ae8d0d498243f1ad05653 (patch) | |
tree | 55c4637ba1d0d9aed72810811460a5fd0438cc88 | |
parent | 11d4bde8c58b197de4901d1724118c804cb8bf5d (diff) | |
download | aur-3cb42ef76a53fcc6948ae8d0d498243f1ad05653.tar.gz |
0.45.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = rill-bin pkgdesc = Rill is an operational BI tool that provides fast dashboards that your team will actually use. - pkgver = 0.44.2 + pkgver = 0.45.1 pkgrel = 1 url = https://rilldata.com arch = x86_64 license = Apache provides = rill conflicts = rill - source = rill-0.44.2.zip::https://github.com/rilldata/rill/releases/download/v0.44.2/rill_linux_amd64.zip - sha256sums = f4ed9c9e1f0e65a16cd3fe682fe81a37624629ab0c72186534226b47319831b7 + source = rill-0.45.1.zip::https://github.com/rilldata/rill/releases/download/v0.45.1/rill_linux_amd64.zip + sha256sums = 73cc8f5ab3962bf500cb6cdec142956b320873e3bb2575d8efe5c2fa69010e25 pkgname = rill-bin @@ -1,6 +1,6 @@ # Maintainer: tee < teeaur at duck dot com > pkgname=rill-bin -pkgver=0.44.2 +pkgver=0.45.1 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=('f4ed9c9e1f0e65a16cd3fe682fe81a37624629ab0c72186534226b47319831b7') +sha256sums=('73cc8f5ab3962bf500cb6cdec142956b320873e3bb2575d8efe5c2fa69010e25') package() { install -Dm0755 rill "$pkgdir/usr/bin/rill" |