summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Grunwald2022-03-20 12:17:00 +0100
committerNils Grunwald2022-03-20 12:17:00 +0100
commit5aeef76e981470983ca4f3cda22b8aef35a119c0 (patch)
tree79fc46fc9bcc5b162e5459de9f8e2657f480fe7c /PKGBUILD
parentb389593498745cd4c8ddf108dbc3ba64b42f433f (diff)
downloadaur-5aeef76e981470983ca4f3cda22b8aef35a119c0.tar.gz
release 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 159964a14c2e..81be89dc99f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=datalevin-bin
-pkgver=0.5.27
+pkgver=0.6.1
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=('3ad2cc5f8b4c4b391a31a689c10b597fc729f523c0872e971e83dfca1de3406e')
+sha256sums=('35dfb81b514739cf35a376bed2e0a480a7054612072beed17464c5283445f9d4')
package() {
install -Dm755 "${srcdir}/dtlv" "${pkgdir}/usr/bin/dtlv"