summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Grunwald2022-12-02 19:07:01 +0100
committerNils Grunwald2022-12-02 19:07:01 +0100
commitf19e590cbd0ed88ba2bf08cd9ad9a9c433ee6a55 (patch)
treee461694a47dbfd4bd215557bdb9d50a890468159 /PKGBUILD
parent8bab73b5d7018b008b3b62f3e7336fc6730a681b (diff)
downloadaur-f19e590cbd0ed88ba2bf08cd9ad9a9c433ee6a55.tar.gz
release 0.6.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4f3156d59ce..e7952cf377ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=datalevin-bin
-pkgver=0.6.26
+pkgver=0.6.27
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=('b785c97d233680a89468b48b74ec87a397c74fc5bb2c136ea88244df6ca215cd')
+sha256sums=('590f35f02fdee187b459e712bb6874fc3df3f623fe6dd4ab980bc75503e3e622')
package() {
install -Dm755 "${srcdir}/dtlv" "${pkgdir}/usr/bin/dtlv"