summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-02-05 17:25:52 +0800
committerNing Sun2023-02-05 17:25:52 +0800
commit94d5f944ccfb979528ae5dde7d6187006cb813e7 (patch)
treee1464be566ef07bc8d22309d3f2f9ecc5e32e0d1
parent912caabc7e29676854c4fc6681b57f3778ad936a (diff)
downloadaur-94d5f944ccfb979528ae5dde7d6187006cb813e7.tar.gz
7.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7052fbae7ba1..788a3a0b9de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 6.7
+ pkgver = 7.0.0
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.7/questdb-6.7-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/7.0.0/questdb-7.0.0-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index f9349e1a5724..0cc99a8fad73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=6.7
+pkgver=7.0.0
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')