summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e987dca37bee..4d4f43c87b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=immudb
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
pkgdesc='Immutable database built on a zero-trust model'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
makedepends=('git' 'go')
backup=('etc/immudb/immudb.toml')
options=('!lto')
-_commit='ad7623ce74bb3257d78af75941d494883591141a'
+_commit='6103e9a00dd062f466b5a275cbaea18a647c69a1'
_wcver=1.0.18 # extracted from Makefile variable: DEFAULT_WEBCONSOLE_VERSION
source=(
"$pkgname::git+https://github.com/codenotary/immudb.git#commit=$_commit"