update to 2.4.1
https://github.com/timescale/timescaledb/releases/tag/2.4.1 Tested by Mark Patruck <mark at wrapped . cx>, thanks.
This commit is contained in:
parent
04dbec37ea
commit
0d88eab8a4
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2021/07/14 09:30:51 denis Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2021/09/05 10:30:12 denis Exp $
|
||||
|
||||
COMMENT = database designed to make SQL scalable for time-series data
|
||||
|
||||
GH_ACCOUNT = timescale
|
||||
GH_PROJECT = timescaledb
|
||||
GH_TAGNAME = 2.3.1
|
||||
GH_TAGNAME = 2.4.1
|
||||
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = https://www.timescale.com/
|
||||
@ -27,6 +27,7 @@ RUN_DEPENDS = databases/postgresql,-server
|
||||
|
||||
CONFIGURE_ARGS += -DREGRESS_CHECKS=OFF \
|
||||
-DLINTER=OFF \
|
||||
-DCLANG_FORMAT=OFF \
|
||||
-DSEND_TELEMETRY_DEFAULT=OFF \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (timescaledb-2.3.1.tar.gz) = U4gti3M41f3ntBOQIbPpDpyvAkeRW86QS+OPMomoMZk=
|
||||
SIZE (timescaledb-2.3.1.tar.gz) = 2699256
|
||||
SHA256 (timescaledb-2.4.1.tar.gz) = wPEDeNyqwrwvOW/P05YkAcsPQORwezymtJbMTDiKtIs=
|
||||
SIZE (timescaledb-2.4.1.tar.gz) = 2401410
|
||||
|
@ -1,22 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/07/14 09:30:51 denis Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2021/09/05 10:30:12 denis Exp $
|
||||
@so lib/postgresql/timescaledb-${GH_TAGNAME}.so
|
||||
@so lib/postgresql/timescaledb.so
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
share/postgresql/extension/timescaledb--1.1.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.1.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.2.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.2.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.2.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.3.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.3.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.3.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.4.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.4.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.4.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.5.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.5.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.6.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.6.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.7.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.7.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--1.7.2--${GH_TAGNAME}.sql
|
||||
@ -35,5 +20,7 @@ share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.3.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.3.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.4.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb.control
|
||||
|
Loading…
x
Reference in New Issue
Block a user