Skip to content

Commit c0bd669

Browse files
committed
1 parent a7d42c4 commit c0bd669

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/winmerge.portable/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
8-
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.50.2/winmerge-2.16.50.2-exe.zip'
9-
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.50.2/winmerge-2.16.50.2-x64-exe.zip'
8+
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.52/winmerge-2.16.52-exe.zip'
9+
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.52/winmerge-2.16.52-x64-exe.zip'
1010

11-
checksum = '33e7dc3f0bdecd053e08cf3272a5a920641c40e56a007ab142bf656a7f09d5ce'
11+
checksum = 'a2ea6e921aeeb675d3c6cae44c8923e8fef112159d9d3da99c55f92510df54c0'
1212
checksumType = 'SHA256'
13-
checksum64 = '5f40f248a962f9ed64f6e400469c287e5c93335cde54e3ae293becda72ac868e'
13+
checksum64 = 'b4c815072923f01cacda189a967f377ec2dde38ee27880b472d96b3206ce8c2c'
1414
checksumType64 = 'SHA256'
1515
}
1616

automatic/winmerge.portable/winmerge.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>2.16.50.2</version>
24+
<version>2.16.52</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/winmerge.portable</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

0 commit comments

Comments
 (0)