summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c312151dd47f..f7c76d2bf5e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 6.0.9
+ pkgver = 6.1.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.0.9/questdb-6.0.9-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/6.1.1/questdb-6.1.1-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index 21f5daee93a8..c5ab3ba620be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=6.0.9
+pkgver=6.1.1
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')