summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Grunwald2022-09-13 19:06:30 +0200
committerNils Grunwald2022-09-13 19:06:30 +0200
commit420933418ecc79a3a494257d0a568e62a8b16506 (patch)
treefee7daeab7f6c7f24f0e69d53ccfc654a4c7d788 /PKGBUILD
parent9fc4c6363ee96886bfb0f0456027fbba41c4f1f0 (diff)
downloadaur-420933418ecc79a3a494257d0a568e62a8b16506.tar.gz
release 0.6.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5985a26ec33b..0429474c0063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=datalevin-bin
-pkgver=0.6.17
+pkgver=0.6.18
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=('efba5347eb349c14ec64b8ebd9b51ccd1eb6a08b1dbe93ec9e5c529c522d0371')
+sha256sums=('4a10c12641e0ec501783531ceccdd4fa897d312b15cf373a1965a7babc07424f')
package() {
install -Dm755 "${srcdir}/dtlv" "${pkgdir}/usr/bin/dtlv"