Update to v2.5.2
Tested by Mark Patruck, thanks.
This commit is contained in:
parent
eb382fba77
commit
0e727691c3
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2021/12/04 17:21:20 denis Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2022/02/13 08:26:39 denis Exp $
|
||||
|
||||
COMMENT = database designed to make SQL scalable for time-series data
|
||||
|
||||
GH_ACCOUNT = timescale
|
||||
GH_PROJECT = timescaledb
|
||||
GH_TAGNAME = 2.5.1
|
||||
GH_TAGNAME = 2.5.2
|
||||
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = https://www.timescale.com/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (timescaledb-2.5.1.tar.gz) = WKNKejpXEzmgGcCumZtOu5+T4eDLgoUB4yuwc+CiXqw=
|
||||
SIZE (timescaledb-2.5.1.tar.gz) = 2760329
|
||||
SHA256 (timescaledb-2.5.2.tar.gz) = saIIMhicIs43jwCfmiTvHbYdcTH395vedP3N6HvPLXw=
|
||||
SIZE (timescaledb-2.5.2.tar.gz) = 2773859
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2021/12/04 17:21:20 denis Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2022/02/13 08:26:39 denis Exp $
|
||||
@so lib/postgresql/timescaledb-${GH_TAGNAME}.so
|
||||
@so lib/postgresql/timescaledb-tsl-${GH_TAGNAME}.so
|
||||
@so lib/postgresql/timescaledb.so
|
||||
@ -26,5 +26,6 @@ share/postgresql/extension/timescaledb--2.4.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.4.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.4.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.5.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.5.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb.control
|
||||
|
Loading…
x
Reference in New Issue
Block a user