From 8e52f284fe5038518a8ff9b80039709a8404febb Mon Sep 17 00:00:00 2001 From: "Brian Dukes (via Azure DevOps)" Date: Wed, 10 Mar 2021 11:05:12 +0000 Subject: [PATCH] AU: 1 updated - hg [skip ci] --- automatic/hg/hg.nuspec | 2 +- automatic/hg/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/hg/hg.nuspec b/automatic/hg/hg.nuspec index c658342d..2460bb22 100644 --- a/automatic/hg/hg.nuspec +++ b/automatic/hg/hg.nuspec @@ -4,7 +4,7 @@ hg Mercurial - 5.7 + 5.7.1 Matt Mackall Brian Dukes Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. diff --git a/automatic/hg/tools/chocolateyInstall.ps1 b/automatic/hg/tools/chocolateyInstall.ps1 index 99462792..0e395c07 100644 --- a/automatic/hg/tools/chocolateyInstall.ps1 +++ b/automatic/hg/tools/chocolateyInstall.ps1 @@ -3,11 +3,11 @@ $packageArgs = @{ packageName = 'hg' installerType = 'exe' - url = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.7-x86-python2.exe' - url64 = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.7-x64-python2.exe' - checksum = '11758d235cb4bb3264fed24eb0ed7547f3e748791388a16a289e7dde82823ef5' + url = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.7.1-x86.exe' + url64 = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.7.1-x64.exe' + checksum = 'd9ec9c5c872ecd13dc43aa3b7ca065118b2bbb21cbacdda1dc0e1fc7bfab8712' checksumType = 'sha256' - checksum64 = '01543395120eeac52dfc31fe5446aa4a32594075ef30294b8046805e5cdc0a45' + checksum64 = 'f5e06aa96e468cc61948f1ce16b8f650d50d8b8059e8e0c4b93ea7a17258f764' checksumType64 = 'sha256' silentArgs = '/VERYSILENT' validExitCodes = @(0, 3010)