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 Oct 28, 2023
1 parent 8f475d0 commit bce73c3
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.32/WinMerge-2.16.32-Setup.exe'
$checksum32 = 'b84008733e24bc0816f8ad4bce41e4dee330c5647861820959cb09861acc10fe'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.34/WinMerge-2.16.34-Setup.exe'
$checksum32 = '687f15c55bbc431185dc024f13cded77c821ba431efd3148bb2bbf692580433b'
$checksumType32 = 'sha256'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.32/WinMerge-2.16.32-x64-Setup.exe'
$checksum64 = '8d6a6c7c4b6c6c844d993697fa8f0818a8b6213c0e2d64fd97d74478138d53fd'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.34/WinMerge-2.16.34-x64-Setup.exe'
$checksum64 = '8873b7e9f26ee52a8babccd5a79b941226c182c027f91e44d18744f53595b6b7'
$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.32</version>
<version>2.16.34</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 bce73c3

Please sign in to comment.