Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade postgresql from 16.1 to 17.2 #2061

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
| [postgis-geohash](https://github.com/adelplanque/postgis-geohash) | 0.1.2 | scientific_core |
| [postgis](https://postgis.net) | 3.5.1 | scientific_core |
| [postgresql-airtide](https://angeo.copernicus.org/articles/21/1897/2003/) | 1.0.0 | scientific_core |
| [postgresql](http://postgresql.org/) | 16.1 | scientific_core |
| [postgresql](http://postgresql.org/) | 17.2 | scientific_core |
| [poyo](https://github.com/hackebrot/poyo) | 0.5.0 | python3 |
| [pre_commit](https://github.com/pre-commit/pre-commit) | 4.0.1 | python3_devtools |
| [proj](http://trac.osgeo.org/proj/) | 9.5.1 | scientific_core |
Expand Down
4 changes: 2 additions & 2 deletions layers/layer1_scientific_core/0008_postgresql/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ include ../../../adm/root.mk
include ../../package.mk

export NAME=postgresql
export VERSION=16.1
export VERSION=17.2
export EXTENSION=tar.bz2
export CHECKTYPE=MD5
export CHECKSUM=9cbfb9076ed06384471802b850698a6d
export CHECKSUM=09113b33865a873443aca6feda634b0f
DESCRIPTION=\
POSTGRESQL is an object-relational database system
WEBSITE=http://postgresql.org/
Expand Down
2 changes: 1 addition & 1 deletion layers/layer1_scientific_core/0008_postgresql/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://ftp.postgresql.org/pub/source/v16.1/postgresql-16.1.tar.bz2
https://ftp.postgresql.org/pub/source/v17.2/postgresql-17.2.tar.bz2