databases/pg_citus: update to 11.0.3
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.3/CHANGELOG.md
This commit is contained in:
parent
1bb9552aa7
commit
d0bfc8495b
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Matthew Seaman
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 11.0.2
|
||||
PORTVERSION= 11.0.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
@ -11,7 +11,8 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
|
|||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
USES= compiler:c11 gmake pgsql:12+ autoreconf readline ssl
|
||||
USES= compiler:c11 gmake pgsql:12+ autoreconf readline ssl \
|
||||
gettext-runtime
|
||||
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
|
||||
libzstd.so:archivers/zstd
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1655410926
|
||||
SHA256 (citusdata-citus-v11.0.2_GH0.tar.gz) = 86ab78b6efc4739c7de3af935317b7ef6a7646250d80ccc0ab31ad28fc49070a
|
||||
SIZE (citusdata-citus-v11.0.2_GH0.tar.gz) = 6002371
|
||||
TIMESTAMP = 1657368104
|
||||
SHA256 (citusdata-citus-v11.0.3_GH0.tar.gz) = a2292fe304e425e145688faf9669d422911ee3ccb0216ae3d12e48e0e574558e
|
||||
SIZE (citusdata-citus-v11.0.3_GH0.tar.gz) = 6005552
|
||||
|
|
|
@ -128,6 +128,7 @@ share/postgresql/extension/citus--10.2-2--10.2-3.sql
|
|||
share/postgresql/extension/citus--10.2-3--10.2-4.sql
|
||||
share/postgresql/extension/citus--10.2-4--11.0-1.sql
|
||||
share/postgresql/extension/citus--11.0-1--11.0-2.sql
|
||||
share/postgresql/extension/citus--11.0-2--11.0-3.sql
|
||||
share/postgresql/extension/citus--8.0-1--8.0-2.sql
|
||||
share/postgresql/extension/citus--8.0-1.sql
|
||||
share/postgresql/extension/citus--8.0-10--8.0-11.sql
|
||||
|
|
Loading…
Reference in a new issue