summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Grunwald2022-08-03 11:09:29 +0200
committerNils Grunwald2022-08-03 11:09:29 +0200
commit3e08758a0fe3b94117dc842dc935208c571cbe71 (patch)
treec77b273545e6ddcce6050890fd32a8695a8a02e3 /PKGBUILD
parent142f22cc88171adc440130a8d67b6829d067c4cd (diff)
downloadaur-3e08758a0fe3b94117dc842dc935208c571cbe71.tar.gz
release 0.6.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe02d36c9e0..8528cdc10c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=datalevin-bin
-pkgver=0.6.15
+pkgver=0.6.16
pkgrel=1
pkgdesc='Simple, fast and versatile Datalog database for everyone.'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=()
source=("https://github.com/juji-io/datalevin/releases/download/${pkgver}/dtlv-${pkgver}-ubuntu-latest-amd64.zip")
-sha256sums=('7c16a8496e5a5d65c1a1ffa85a8fe9d9bac0b9bf37ad3fa2abcd24058e7c3420')
+sha256sums=('8f3838dd2c5d703a44c4d3f78a614ef9734b1bb5fe014756a9359d56da465101')
package() {
install -Dm755 "${srcdir}/dtlv" "${pkgdir}/usr/bin/dtlv"