diff options
author | tee | 2024-10-22 00:14:17 +1300 |
---|---|---|
committer | tee | 2024-10-22 00:14:17 +1300 |
commit | d45ff965911c0ee24b82e3dc18c97de0135450f8 (patch) | |
tree | ec02b3e47185be123a7aa01c49f62b82e43fef00 | |
parent | a26fed257bc4b3604a3cb2dbf5ab608426e5137b (diff) | |
download | aur-d45ff965911c0ee24b82e3dc18c97de0135450f8.tar.gz |
0.50.4
-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.50.3 + pkgver = 0.50.4 pkgrel = 1 url = https://rilldata.com arch = x86_64 license = Apache provides = rill conflicts = rill - source = rill-0.50.3.zip::https://github.com/rilldata/rill/releases/download/v0.50.3/rill_linux_amd64.zip - sha256sums = c6e09a00e7b28c1fd673f190568c2de3e658f09e7ebea8461b4c272693cdc315 + source = rill-0.50.4.zip::https://github.com/rilldata/rill/releases/download/v0.50.4/rill_linux_amd64.zip + sha256sums = 682e35a59022a6782a593e75c7b4b7049d919f91edfd5ea7420081c335312d57 pkgname = rill-bin @@ -1,6 +1,6 @@ # Maintainer: tee < teeaur at duck dot com > pkgname=rill-bin -pkgver=0.50.3 +pkgver=0.50.4 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=('c6e09a00e7b28c1fd673f190568c2de3e658f09e7ebea8461b4c272693cdc315') +sha256sums=('682e35a59022a6782a593e75c7b4b7049d919f91edfd5ea7420081c335312d57') package() { install -Dm0755 rill "$pkgdir/usr/bin/rill" |