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 788a3a0b9de2..f722978dc5a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 7.0.0
+ pkgver = 7.0.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/7.0.0/questdb-7.0.0-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/7.0.1/questdb-7.0.1-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index 0cc99a8fad73..808d69ff2f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=7.0.0
+pkgver=7.0.1
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')