Skip to content

Commit

Permalink
AU: 1 updated - hg
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bdukes committed Feb 4, 2021
1 parent 47d3453 commit 8cf9d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/hg/hg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>hg</id>
<title>Mercurial</title>
<version>5.6.1</version>
<version>5.7</version>
<authors>Matt Mackall</authors>
<owners>Brian Dukes</owners>
<summary>Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/hg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = 'hg'
installerType = 'exe'
url = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.6.1-x86-python2.exe'
url64 = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.6.1-x64-python2.exe'
checksum = 'fe73006ccc384a222e6d5f153a9fea123b6eaab1809196810dfe062a749f89ac'
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'
checksumType = 'sha256'
checksum64 = 'b856d70040aab218613c9b36f7f333fe1050c3498e053e103b88773d2bb977f5'
checksum64 = '01543395120eeac52dfc31fe5446aa4a32594075ef30294b8046805e5cdc0a45'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 3010)
Expand Down

0 comments on commit 8cf9d17

Please sign in to comment.