# HG changeset patch # User Gregory Szorc # Date 1630033261 25200 # Node ID feb1b2b8eeec909ab539871cb1b28d4e6fd1a0f6 # Parent 1e6cb23ce6da33c8be3d9ce4207aaf8f0f2800fe contrib: install PyOxidizer 0.17.0 This pulls in some changes we want to improve Windows MSI installers. This will need separate enhancements to the pyoxidizer.bzl. But those will be handled in a separate changeset. Differential Revision: https://phab.mercurial-scm.org/D11357 diff -r 1e6cb23ce6da -r feb1b2b8eeec contrib/install-windows-dependencies.ps1 --- a/contrib/install-windows-dependencies.ps1 Thu Aug 26 17:39:11 2021 -0700 +++ b/contrib/install-windows-dependencies.ps1 Thu Aug 26 20:01:01 2021 -0700 @@ -51,8 +51,8 @@ $RUSTUP_INIT_URL = "https://static.rust-lang.org/rustup/archive/1.21.1/x86_64-pc-windows-gnu/rustup-init.exe" $RUSTUP_INIT_SHA256 = "d17df34ba974b9b19cf5c75883a95475aa22ddc364591d75d174090d55711c72" -$PYOXIDIZER_URL = "https://github.com/indygreg/PyOxidizer/releases/download/pyoxidizer%2F0.16.0/PyOxidizer-0.16.0-x64.msi" -$PYOXIDIZER_SHA256 = "2a9c58add9161c272c418d5e6dec13fbe648f624b5d26770190357e4d664f24e" +$PYOXIDIZER_URL = "https://github.com/indygreg/PyOxidizer/releases/download/pyoxidizer%2F0.17/PyOxidizer-0.17.0-x64.msi" +$PYOXIDIZER_SHA256 = "85c3bc21a18eb5e2db4dad87cca29accf725c7d59dd364a853ab5099c272024b" # Writing progress slows down downloads substantially. So disable it. $progressPreference = 'silentlyContinue'