summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-01-21 14:52:49 +0800
committerNing Sun2023-01-21 14:53:04 +0800
commit912caabc7e29676854c4fc6681b57f3778ad936a (patch)
tree26083003bb067b3f01709dd0c095f92a64d5688f
parent9bf97c613c21351b83490dabf2cf2ab667425a92 (diff)
downloadaur-912caabc7e29676854c4fc6681b57f3778ad936a.tar.gz
6.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2f4d39e179..7052fbae7ba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 6.6.1
+ pkgver = 6.7
pkgrel = 1
url = https://questdb.io
install = questdb.install
@@ -8,7 +8,7 @@ pkgbase = questdb
license = APACHE
depends = java-runtime
depends = bash
- source = https://github.com/questdb/questdb/releases/download/6.6.1/questdb-6.6.1-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/6.7/questdb-6.7-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index 6c4399f5c435..f9349e1a5724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=6.6.1
+pkgver=6.7
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')