Skip to content

Commit

Permalink
databases/timescaledb: Update to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kev009 committed Jan 24, 2023
1 parent 974c429 commit 4da6003
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions databases/timescaledb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= timescaledb
PORTVERSION= 2.8.1
PORTVERSION= 2.9.2
CATEGORIES= databases

MAINTAINER= kbowling@FreeBSD.org
Expand All @@ -13,7 +13,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE
LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept

USES= compiler:c11 cmake gettext-runtime cpe pgsql:12,13,14
USES= compiler:c11 cmake gettext-runtime cpe pgsql:12,13,14,15

USE_GITHUB= YES
GH_ACCOUNT= timescale
Expand Down
6 changes: 3 additions & 3 deletions databases/timescaledb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665272765
SHA256 (timescale-timescaledb-2.8.1_GH0.tar.gz) = 22a057c4472d23bf08778932e391f38f350ef0307cf99fb8e279c8245667d3e9
SIZE (timescale-timescaledb-2.8.1_GH0.tar.gz) = 6789998
TIMESTAMP = 1674585785
SHA256 (timescale-timescaledb-2.9.2_GH0.tar.gz) = 640af611adb496d8b81bb2959d55769f25e1e6e74e71a23a88a827268a48f2ee
SIZE (timescale-timescaledb-2.9.2_GH0.tar.gz) = 7265748
3 changes: 3 additions & 0 deletions databases/timescaledb/pkg-plist
Expand Up @@ -32,5 +32,8 @@ share/postgresql/extension/timescaledb--2.7.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.7.1--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.7.2--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.8.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.8.1--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.9.0--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--2.9.1--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
share/postgresql/extension/timescaledb.control

0 comments on commit 4da6003

Please sign in to comment.