download.lst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c1e935c00903fd1b8e7e0674020778bbd0348835
Author: Xisco Fauli <[email protected]>
AuthorDate: Mon Mar 31 10:29:29 2025 +0200
Commit: Xisco Fauli <[email protected]>
CommitDate: Mon Mar 31 12:11:26 2025 +0200
postgresql: upgrade to 15.12
According to https://www.postgresql.org/support/versioning/
the last release of branch 14 is on November 12, 2026
Upgrade master branch to branch 15 to avoid reaching the EOL
Downloaded from
https://ftp.postgresql.org/pub/source/v15.12/postgresql-15.12.tar.bz2
Change-Id: I86eefbc5f2341aef81ce026a93f5c8cc65f95f50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183528
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/download.lst b/download.lst
index fb0ef4924ed3..f8509e1d0183 100644
--- a/download.lst
+++ b/download.lst
@@ -585,8 +585,8 @@ POPPLER_DATA_TARBALL := poppler-data-0.4.12.tar.gz
# three static lines
# so that git cherry-pick
# will not run into conflicts
-POSTGRESQL_SHA256SUM :=
6ce0ccd6403bf7f0f2eddd333e2ee9ba02edfa977c66660ed9b4b1057e7630a1
-POSTGRESQL_TARBALL := postgresql-14.17.tar.bz2
+POSTGRESQL_SHA256SUM :=
3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7
+POSTGRESQL_TARBALL := postgresql-15.12.tar.bz2
# three static lines
# so that git cherry-pick
# will not run into conflicts