summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Grunwald2023-05-12 11:11:24 +0200
committerNils Grunwald2023-05-12 11:11:24 +0200
commit60dea4b119a016c90ecbd2208d4990c005b00925 (patch)
tree7ca4b5e70fa8e55b2b7a304cf788525f0f9e240a /PKGBUILD
parent30e4b7071e5bb15c1ce6261c3e781fc7846dce48 (diff)
downloadaur-60dea4b119a016c90ecbd2208d4990c005b00925.tar.gz
update to 0.8.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 954debafe56b..1576eed6db0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=datalevin-bin
-pkgver=0.7.11
+pkgver=0.8.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=('7a0d1bd5c19d33566d7a56ee31d854e8dd94765445cc96545c006ade6dbbcbd2')
+sha256sums=('a0b0c7f1cda5d4d14003d925dd67dc331e08863a382e6b18ee35fbf7f2674a65')
package() {
install -Dm755 "${srcdir}/dtlv" "${pkgdir}/usr/bin/dtlv"