summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-10-22 00:14:17 +1300
committertee2024-10-22 00:14:17 +1300
commitd45ff965911c0ee24b82e3dc18c97de0135450f8 (patch)
treeec02b3e47185be123a7aa01c49f62b82e43fef00
parenta26fed257bc4b3604a3cb2dbf5ab608426e5137b (diff)
downloadaur-d45ff965911c0ee24b82e3dc18c97de0135450f8.tar.gz
0.50.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e35907845d9..807d26289ec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index ba07fcbf206a..8de754131cfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"