summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-04-18 15:08:37 +1200
committertee2024-04-18 15:08:37 +1200
commit8fdc71e2199770a2b120af09965911ee16e4d2b1 (patch)
tree715283e969dc4c5f2caf1591fbb074a83120d99b
parentf652b7ea21808ee4867e3067d1486c3f8b517b46 (diff)
downloadaur-8fdc71e2199770a2b120af09965911ee16e4d2b1.tar.gz
0.43.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9bdecb38006..c6d91f24f443 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.42.3
+ pkgver = 0.43.2
pkgrel = 1
url = https://rilldata.com
arch = x86_64
license = Apache
provides = rill
conflicts = rill
- source = rill-0.42.3.zip::https://github.com/rilldata/rill/releases/download/v0.42.3/rill_linux_amd64.zip
- sha256sums = 1c678259cee53e2791f7d2d5118b16079c33cd79f9baab084ebb85307b516474
+ source = rill-0.43.2.zip::https://github.com/rilldata/rill/releases/download/v0.43.2/rill_linux_amd64.zip
+ sha256sums = 1fc30db7f439fdcbd048fe448d1cba0aa873ffe45ea04b8585e35f37ae3a169d
pkgname = rill-bin
diff --git a/PKGBUILD b/PKGBUILD
index b6033017ebd1..d452b38d5770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tee < teeaur at duck dot com >
pkgname=rill-bin
-pkgver=0.42.3
+pkgver=0.43.2
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=('1c678259cee53e2791f7d2d5118b16079c33cd79f9baab084ebb85307b516474')
+sha256sums=('1fc30db7f439fdcbd048fe448d1cba0aa873ffe45ea04b8585e35f37ae3a169d')
package() {
install -Dm0755 rill "$pkgdir/usr/bin/rill"