Skip to content

Commit

Permalink
Prepare release with multisite and Postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
András Váczi committed Jan 8, 2025
1 parent b7d5e05 commit ae7e985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$MD = "PES"
$VCREDIST_REF = "https://aka.ms/vs/17/release/vc_redist.x64.exe"
$ETCD_REF = "https://github.com/etcd-io/etcd/releases/download/v3.5.17/etcd-v3.5.17-windows-amd64.zip"
$PATRONI_REF = "https://github.com/patroni/patroni/archive/refs/tags/v4.0.4.zip"
$PATRONI_REF = "https://github.com/cybertec-postgresql/patroni/archive/refs/tags/multisite-4.0.4.1.zip"
$MICRO_REF = "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip"
$WINSW_REF = "https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe"
$VIP_REF = "https://github.com/cybertec-postgresql/vip-manager/releases/download/v3.0.0/vip-manager_3.0.0_Windows_x86_64.zip"
$PGSQL_REF = "https://get.enterprisedb.com/postgresql/postgresql-17.2-1-windows-x64-binaries.zip"
$PGSQL_REF = "https://get.enterprisedb.com/postgresql/postgresql-15.10-1-windows-x64-binaries.zip"
$PYTHON_REF = "https://www.python.org/ftp/python/3.13.1/python-3.13.1-amd64.exe"
# one should change python version in github action workflows when changed here

$SEVENZIP = "C:\Program Files\7-Zip\7z.exe"

$INNOTOOL = "C:\Program Files (x86)\Inno Setup 6"
$ISCC = Join-Path $INNOTOOL "iscc.exe"
$ISSFile = "installer\patroni.iss"
$ISSFile = "installer\patroni.iss"

0 comments on commit ae7e985

Please sign in to comment.