summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-04-25 01:38:13 +1200
committertee2024-04-25 01:38:13 +1200
commit7cd43f11457cfab7696b015abf91287b6c3e07b2 (patch)
treea57e813e01003c9c036dea928f46192a54fb3737
parent8fdc71e2199770a2b120af09965911ee16e4d2b1 (diff)
downloadaur-7cd43f11457cfab7696b015abf91287b6c3e07b2.tar.gz
0.43.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d452b38d5770..23e0b6f64a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tee < teeaur at duck dot com >
pkgname=rill-bin
-pkgver=0.43.2
+pkgver=0.43.3
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=('1fc30db7f439fdcbd048fe448d1cba0aa873ffe45ea04b8585e35f37ae3a169d')
+sha256sums=('8a5ed5490d5463c6d131e5171aecfdc933c0b0a6bc8251250ef84710063ad706')
package() {
install -Dm0755 rill "$pkgdir/usr/bin/rill"