summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-03-06 09:01:23 +0800
committerNing Sun2023-03-06 09:01:23 +0800
commita2888126fe58af31154897a5a958383b8c1222a6 (patch)
treeb722074c45c8ef0a046356b159e2e41386376288
parent94d5f944ccfb979528ae5dde7d6187006cb813e7 (diff)
downloadaur-a2888126fe58af31154897a5a958383b8c1222a6.tar.gz
7.0.1
-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')