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 Oct 4, 2019
1 parent 70852c7 commit 22eb1d2
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.1.1</version>
<version>5.1.2</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.1.1.exe'
url64 = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.1.1-x64.exe'
checksum = 'e27ec889c8e10a638d4f343af4f52da98c699639c51b7ac428a1b37d47750f40'
url = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.1.2.exe'
url64 = 'https://www.mercurial-scm.org/release/windows/Mercurial-5.1.2-x64.exe'
checksum = '47647203bf160126c54e44a30881d326e5902ee8e90e917a2e763f8de0f56fbd'
checksumType = 'sha256'
checksum64 = '7892cf8ec21447d1d7d85ac89232b4bfde52a441014be6ca6c92446419d47db6'
checksum64 = 'e88ff4640f08e3ff9f4e366c547b5c9430e0670a99a8273ad4e522d122d47a14'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 3010)
Expand Down

0 comments on commit 22eb1d2

Please sign in to comment.