Skip to content

Commit 5fb513b

Browse files
committed
[+] bump multisite patroni to v4.0.4.1
1 parent b7d5e05 commit 5fb513b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$MD = "PES"
22
$VCREDIST_REF = "https://aka.ms/vs/17/release/vc_redist.x64.exe"
33
$ETCD_REF = "https://github.com/etcd-io/etcd/releases/download/v3.5.17/etcd-v3.5.17-windows-amd64.zip"
4-
$PATRONI_REF = "https://github.com/patroni/patroni/archive/refs/tags/v4.0.4.zip"
4+
$PATRONI_REF = "https://github.com/cybertec-postgresql/patroni/archive/refs/tags/multisite-4.0.4.1.zip"
55
$MICRO_REF = "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip"
66
$WINSW_REF = "https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe"
77
$VIP_REF = "https://github.com/cybertec-postgresql/vip-manager/releases/download/v3.0.0/vip-manager_3.0.0_Windows_x86_64.zip"
@@ -13,4 +13,4 @@ $SEVENZIP = "C:\Program Files\7-Zip\7z.exe"
1313

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

0 commit comments

Comments
 (0)