summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-11-22 22:08:37 +0800
committerNing Sun2021-11-22 22:08:37 +0800
commita99b0707b9979607201892cb04bfae54c8ce0af1 (patch)
tree7f3b3bc3d156d8e81b1d94bad47ecc8b70ed64c5
parent520771a5b05d61c2bf27bbc782d6d448ed397b07 (diff)
downloadaur-a99b0707b9979607201892cb04bfae54c8ce0af1.tar.gz
6.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7c76d2bf5e6..b1313f28d619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 6.1.1
+ pkgver = 6.1.2
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.1.1/questdb-6.1.1-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/6.1.2/questdb-6.1.2-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index c5ab3ba620be..6935e305a207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=6.1.1
+pkgver=6.1.2
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')