summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-03-07 19:47:49 +1300
committertee2024-03-07 19:47:49 +1300
commit391f4b38a08f379f5686a37818c2e4b534fd7506 (patch)
treeda5d530c48920d5aafb5d11997b81ab45bf32f52
parent1adb4256e2b9dc9425659ad4fed23fb8985043f9 (diff)
downloadaur-391f4b38a08f379f5686a37818c2e4b534fd7506.tar.gz
0.41.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab12205db0dc..bf7ac7440c7a 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.40.1
+ pkgver = 0.41.1
pkgrel = 1
url = https://rilldata.com
arch = x86_64
- license = Apache 2.0
+ license = Apache
provides = rill
conflicts = rill
- source = https://github.com/rilldata/rill/releases/download/v0.40.1/rill_linux_amd64.zip
- sha256sums = 943233187470fed8427526e9eca94a53d3e7a4dfc02dd00ef8b6984c141f508c
+ source = rill-0.41.1.zip::https://github.com/rilldata/rill/releases/download/v0.41.1/rill_linux_amd64.zip
+ sha256sums = 1d044debf00600f98919c61a3413429d6b86141642d7dd8d03c171172659ad20
pkgname = rill-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93d8a2cfb12c..62b65939a1c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: tee < teeaur at duck dot com >
pkgname=rill-bin
-pkgver=0.40.1
+pkgver=0.41.1
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
arch=(x86_64)
url="https://rilldata.com"
license=('Apache')
provides=('rill')
conflicts=('rill')
-source=("https://github.com/rilldata/rill/releases/download/v$pkgver/rill_linux_amd64.zip")
-sha256sums=('943233187470fed8427526e9eca94a53d3e7a4dfc02dd00ef8b6984c141f508c')
+source=("rill-$pkgver.zip::https://github.com/rilldata/rill/releases/download/v$pkgver/rill_linux_amd64.zip")
+sha256sums=('1d044debf00600f98919c61a3413429d6b86141642d7dd8d03c171172659ad20')
package() {
install -Dm0755 rill "$pkgdir/usr/bin/rill"