From 71705e13476c749ea0ba0aff7702f745d65d595e Mon Sep 17 00:00:00 2001 From: Simon Lejeune <sle@openerp.com> Date: Fri, 23 Sep 2016 16:01:37 +0200 Subject: [PATCH] [REF] packaging: windows: bundle postgresql 9.5 --- setup/win32/setup.nsi | 2 +- setup/win32/static/getfiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/win32/setup.nsi b/setup/win32/setup.nsi index 398fc9b265e3..dc0552dc4ec8 100755 --- a/setup/win32/setup.nsi +++ b/setup/win32/setup.nsi @@ -116,7 +116,7 @@ Var HWNDPostgreSQLPassword !define STATIC_PATH "static" !define PIXMAPS_PATH "${STATIC_PATH}\pixmaps" -!define POSTGRESQL_EXE_FILENAME "postgresql-9.3.5-1-windows.exe" +!define POSTGRESQL_EXE_FILENAME "postgresql-9.5.4-2-windows.exe" !define POSTGRESQL_EXE "${STATIC_PATH}\${POSTGRESQL_EXE_FILENAME}" !define MUI_ABORTWARNING diff --git a/setup/win32/static/getfiles.sh b/setup/win32/static/getfiles.sh index a2095e2c3497..4975efa37053 100755 --- a/setup/win32/static/getfiles.sh +++ b/setup/win32/static/getfiles.sh @@ -10,7 +10,7 @@ function cleanup { trap cleanup EXIT # postgresql -wget -q http://get.enterprisedb.com/postgresql/postgresql-9.3.5-1-windows.exe +wget -q http://get.enterprisedb.com/postgresql/postgresql-9.5.4-2-windows.exe # wkhtmltopdf wget -q -P $TEMPDIR http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1.2_msvc2013-win32.exe -- GitLab