summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-05-10 00:44:29 +1200
committertee2024-05-10 00:44:29 +1200
commit11d4bde8c58b197de4901d1724118c804cb8bf5d (patch)
tree22f098c0a04488cde9b8a6f948fe63ca59d47505
parent4bdca12ac19f1f601d6f5a78aaf06ff5b81cce07 (diff)
downloadaur-11d4bde8c58b197de4901d1724118c804cb8bf5d.tar.gz
0.44.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fbd5fefc92b..a832a615859b 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.44.1
+ pkgver = 0.44.2
pkgrel = 1
url = https://rilldata.com
arch = x86_64
license = Apache
provides = rill
conflicts = rill
- source = rill-0.44.1.zip::https://github.com/rilldata/rill/releases/download/v0.44.1/rill_linux_amd64.zip
- sha256sums = 10112544f1c47eeff7602ca9eadeddd0a6a759f0d2c03a13dc796bb4d032c60f
+ source = rill-0.44.2.zip::https://github.com/rilldata/rill/releases/download/v0.44.2/rill_linux_amd64.zip
+ sha256sums = f4ed9c9e1f0e65a16cd3fe682fe81a37624629ab0c72186534226b47319831b7
pkgname = rill-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09fd0a475eef..09f35c17c8fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tee < teeaur at duck dot com >
pkgname=rill-bin
-pkgver=0.44.1
+pkgver=0.44.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=('10112544f1c47eeff7602ca9eadeddd0a6a759f0d2c03a13dc796bb4d032c60f')
+sha256sums=('f4ed9c9e1f0e65a16cd3fe682fe81a37624629ab0c72186534226b47319831b7')
package() {
install -Dm0755 rill "$pkgdir/usr/bin/rill"