summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2022-12-19 16:09:16 +0800
committerNing Sun2022-12-19 16:09:16 +0800
commit9bf97c613c21351b83490dabf2cf2ab667425a92 (patch)
tree40bdb5f89bb52e5f0c1390f5a47c464a4940ddc6
parent8305e760b6d834932b0f897e33ab41caa4b5dace (diff)
downloadaur-9bf97c613c21351b83490dabf2cf2ab667425a92.tar.gz
6.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfde13d3f8aa..3c2f4d39e179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 6.5.5
+ pkgver = 6.6.1
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.5.5/questdb-6.5.5-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/6.6.1/questdb-6.6.1-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index a02da9fa80d2..6c4399f5c435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=6.5.5
+pkgver=6.6.1
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')