summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fung2019-02-20 15:43:55 -0500
committerFelix Fung2019-02-20 15:43:55 -0500
commit2d8deabbff732f09f53676c3486fda29fecfda5a (patch)
tree4eab8ec36339c0b3505d2fef5d21f032c551fd70
parent82891d1a7ea3df40b56205355c95da17f65af7bc (diff)
downloadaur-2d8deabbff732f09f53676c3486fda29fecfda5a.tar.gz
Release 1.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c409259be6..18837312ba4d 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.1.1
+ pkgver = 1.2.1
pkgrel = 0
url = http://www.timescale.com/
install = timescaledb.install
@@ -12,7 +12,7 @@ pkgbase = timescaledb
makedepends = git
depends = postgresql>=9.6.0
depends = postgresql-libs>=9.6.0
- source = timescaledb-1.1.1::git+https://github.com/timescale/timescaledb.git#tag=1.1.1
+ source = timescaledb-1.2.1::git+https://github.com/timescale/timescaledb.git#tag=1.1.1
md5sums = SKIP
pkgname = timescaledb
diff --git a/PKGBUILD b/PKGBUILD
index bdbf3257e959..2f437ac73a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Fung <fylixeoi@gmail.com>
pkgname=timescaledb
-pkgver=1.1.1
+pkgver=1.2.1
pkgrel=0
pkgdesc="An open-source time-series database optimized for fast ingest and complex queries."
arch=('i686' 'x86_64')