File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ nginx/pcre-8.45.tar.gz:
9090 size : 2096552
9191 object_id : a90f9f20-e23b-4755-59c7-101197325dab
9292 sha : sha256:4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
93- postgres/postgresql-11.22 .tar.gz :
94- size : 26826810
95- object_id : d1f8d34c-b438-44e7-7672-5daea8a6da66
96- sha : sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
93+ postgres/postgresql-18.1 .tar.gz :
94+ size : 29294939
95+ object_id : 808e5f9e-83b4-4b0f-46dc-3ab4d5036365
96+ sha : sha256:b0f18c2d6973d2aa023cfc77feda787d7bbe9c31a3977d0f04ac29885fb98ec4
9797storage-cli/storage-cli-0.0.3-linux-amd64 :
9898 size : 60494421
9999 object_id : 72e3d912-7baf-4b99-47a2-6bed0455890e
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Connector for postgres.
44
55This file can be downloaded from the following locations:
66
7- | Filename | Download URL |
8- | ------------------------- | ------------ |
9- | postgresql-11.22 .tar.gz | https://ftp.postgresql.org/pub/source/v11.22 /postgresql-11.22 .tar.gz |
7+ | Filename | Download URL |
8+ | ------------------------| -------------------------------------------------------------------- |
9+ | postgresql-18.1 .tar.gz | https://ftp.postgresql.org/pub/source/v18.1 /postgresql-18.1 .tar.gz |
Original file line number Diff line number Diff line change 22
33function main() {
44 local pgversion
5- pgversion=" postgresql-11.22 "
5+ pgversion=" postgresql-18.1 "
66
77 tar xzf " postgres/${pgversion} .tar.gz"
88
99 pushd " ${pgversion} " > /dev/null
10- ./configure --prefix=" ${BOSH_INSTALL_TARGET} " --with-openssl
10+ ./configure --prefix=" ${BOSH_INSTALL_TARGET} " --with-openssl --without-icu
1111
1212 pushd src/bin/pg_config > /dev/null
1313 make
Original file line number Diff line number Diff line change 11---
22name: libpq
33files:
4- - postgres/postgresql-11.22 .tar.gz
4+ - postgres/postgresql-18.1 .tar.gz
You can’t perform that action at this time.
0 commit comments