Skip to content

Commit

Permalink
AU: 1 updated - winmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 29, 2021
1 parent 77f9a6e commit 80595d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/winmerge/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'

$packageName = 'WinMerge'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.14/WinMerge-2.16.14-ARM64-Setup.exe'
$checksum32 = '497838f1989d6ba0cfb4c93f240c7d99fb42acac17c7affb726866ee70ea18bf'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.14/WinMerge-2.16.14-Setup.exe'
$checksum32 = 'b41a57df994e27c30ceccfb1565cbbb0a165e1f2620246a913100452e4060258'
$checksumType32 = 'sha256'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.14/WinMerge-2.16.14-Setup.exe'
$checksum64 = 'b41a57df994e27c30ceccfb1565cbbb0a165e1f2620246a913100452e4060258'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.14/WinMerge-2.16.14-x64-Setup.exe'
$checksum64 = 'd7178d74b363357c37731926d64afc41941aba01b8b687ff4ee7b85a5f6089dc'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/winmerge/winmerge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>winmerge</id>
<title>winmerge</title>
<version>2.16.14</version>
<version>2.16.14.20210829</version>
<authors>Kimmo Varis Denis Bradford Dean Grimm Laurent Ganier Tim Gerundt Perry Rapp</authors>
<owners>tunisiano</owners>
<summary>winmerge</summary>
Expand Down

0 comments on commit 80595d7

Please sign in to comment.