summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b11f79cb43a..638da47c43ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timescaledb
pkgdesc = An open-source time-series database optimized for fast ingest and complex queries.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 0
url = http://www.timescale.com/
install = timescaledb.install
@@ -13,7 +13,7 @@ pkgbase = timescaledb
depends = postgresql<11
depends = postgresql>=9.6.0
depends = postgresql-libs>=9.6.0
- source = timescaledb-1.0.0::git+https://github.com/timescale/timescaledb.git#tag=0.11.0
+ source = timescaledb-1.1.0::git+https://github.com/timescale/timescaledb.git#tag=0.11.0
md5sums = SKIP
pkgname = timescaledb
diff --git a/PKGBUILD b/PKGBUILD
index bc2b12baac91..80ca4ba1c42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Fung <fylixeoi@gmail.com>
pkgname=timescaledb
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=0
pkgdesc="An open-source time-series database optimized for fast ingest and complex queries."
arch=('i686' 'x86_64')