File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33setlocal enableDelayedExpansion
44
5- set " PYTHON_REF = https://www.python.org/ftp/python/3.10.4 /python-3.10.4 -amd64.exe"
5+ set " PYTHON_REF = https://www.python.org/ftp/python/3.10.5 /python-3.10.5 -amd64.exe"
66@ REM one should change python version in github action workflows when changed here
7+
78set PYTHON = " python.exe"
89set PIP = " pip3.exe"
910if " %RUNNER_TOOL_CACHE% " == " " (
Original file line number Diff line number Diff line change 33
44#define MyAppName " Patroni Environment Setup"
55#define MyAppInstallDir " PES"
6- #define MyAppVersion " v220510 "
6+ #define MyAppVersion " v220726 "
77#define MyAppPublisher " CYBERTEC PostgreSQL International GmbH"
88#define MyAppURL " https://www.cybertec-postgresql.com/"
99
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v2.1.4.zip
55SET MICRO_REF = https://github.com/zyedidia/micro/releases/download/v2.0.10/micro-2.0.10-win64.zip
66SET WINSW_REF = https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW.NET461.exe
77SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v1.0.1/vip-manager_1.0.1-1_amd64.zip
8- SET PGSQL_REF = https://get.enterprisedb.com/postgresql/postgresql-14.3 -1-windows-x64-binaries.zip
8+ SET PGSQL_REF = https://get.enterprisedb.com/postgresql/postgresql-14.4 -1-windows-x64-binaries.zip
99SET PES_REF = https://github.com/cybertec-postgresql/PES/releases/download/v0.1/pes.zip
1010
1111SET SEVENZIP = " C:\Program Files\7-Zip\7z.exe"
You can’t perform that action at this time.
0 commit comments