Skip to content

Commit 8e743a6

Browse files
committed
1 parent 5f4dd27 commit 8e743a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/winmerge.portable/tools/chocolateyInstall.ps1

+4-4
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.44/winmerge-2.16.44-exe.zip'
9-
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.44/winmerge-2.16.44-x64-exe.zip'
8+
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.46/winmerge-2.16.46-exe.zip'
9+
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.46/winmerge-2.16.46-x64-exe.zip'
1010

11-
checksum = '42528d0b98e6be6ca04afa1c4abbc9b328b257fccc788c8a9bea511fc92343ad'
11+
checksum = '13757eefbcdc6cc253559d7787b71a8003c9d7ca659c5a767c28710c450fab68'
1212
checksumType = 'SHA256'
13-
checksum64 = '99010ce4dc510f567164c7b46af4b3b9bf8dbc92b3e73009bc5380b676577c07'
13+
checksum64 = '0cf5ceaca5d4de1e7e3b97481d9310a71bca75c2209d07d20ba412f9bc03f44a'
1414
checksumType64 = 'SHA256'
1515
}
1616

automatic/winmerge.portable/winmerge.portable.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>2.16.44</version>
25+
<version>2.16.46</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/winmerge.portable</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

0 commit comments

Comments
 (0)