summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2022-06-12 15:59:04 +0800
committerNing Sun2022-06-12 15:59:04 +0800
commit8300705475d5e8d791ba4d4fb500a9cf6ac2a4c3 (patch)
tree59820b2cb767bd89735fc0296007ca86bbc1d927
parenta8998500d95da7645f8d375d269ba8d128882f9b (diff)
downloadaur-8300705475d5e8d791ba4d4fb500a9cf6ac2a4c3.tar.gz
6.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 666ffc26f2af..5645a30e8fae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 6.4
+ pkgver = 6.4.1
pkgrel = 1
url = https://questdb.io
install = questdb.install
@@ -8,7 +8,7 @@ pkgbase = questdb
license = APACHE
depends = java-runtime=11
depends = bash
- source = https://github.com/questdb/questdb/releases/download/6.4/questdb-6.4-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/6.4.1/questdb-6.4.1-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index d8b75a0b6cc3..fdbb718dc634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=6.4
+pkgver=6.4.1
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')