summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-04-13 22:03:08 +0800
committerNing Sun2023-04-13 22:03:08 +0800
commitda204b5c10f63c910c1729426660750d1b00d251 (patch)
treed90cce3413f55173117499c094b42ce592d6dea5
parenta2888126fe58af31154897a5a958383b8c1222a6 (diff)
downloadaur-da204b5c10f63c910c1729426660750d1b00d251.tar.gz
7.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f722978dc5a2..e54c5671238c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 7.0.1
+ pkgver = 7.1.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.1/questdb-7.0.1-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/7.1.1/questdb-7.1.1-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index 808d69ff2f3a..f0c384203b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=7.0.1
+pkgver=7.1.1
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')