summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-08-16 17:06:31 +0800
committerNing Sun2023-08-16 17:06:31 +0800
commit15bdf966f4d55509a037bb096f458574886c8478 (patch)
treecd5437eaa1059076a210f28fe874dcbb6c5e5502
parentb8ac3a94704ff1cd17e3ca4272a787599b4baa12 (diff)
downloadaur-15bdf966f4d55509a037bb096f458574886c8478.tar.gz
7.3.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56e78488a5b..6cdbaab888d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = questdb
pkgdesc = Fast timeseries database
- pkgver = 7.2
+ pkgver = 7.3.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.2/questdb-7.2-no-jre-bin.tar.gz
+ source = https://github.com/questdb/questdb/releases/download/7.3.1/questdb-7.3.1-no-jre-bin.tar.gz
source = questdb.sh
source = questdb.sysusers
source = questdb-tmpfile.conf
diff --git a/PKGBUILD b/PKGBUILD
index cdf2769c9942..f1d8c3dd2c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ning Sun <n@sunng.info>
pkgname=questdb
-pkgver=7.2
+pkgver=7.3.1
pkgrel=1
pkgdesc='Fast timeseries database'
arch=('any')