Skip to content

Commit

Permalink
AU: 1 updated - winmerge.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Jan 27, 2025
1 parent 5f4dd27 commit 8e743a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/winmerge.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.44/winmerge-2.16.44-exe.zip'
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.44/winmerge-2.16.44-x64-exe.zip'
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.46/winmerge-2.16.46-exe.zip'
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.46/winmerge-2.16.46-x64-exe.zip'

checksum = '42528d0b98e6be6ca04afa1c4abbc9b328b257fccc788c8a9bea511fc92343ad'
checksum = '13757eefbcdc6cc253559d7787b71a8003c9d7ca659c5a767c28710c450fab68'
checksumType = 'SHA256'
checksum64 = '99010ce4dc510f567164c7b46af4b3b9bf8dbc92b3e73009bc5380b676577c07'
checksum64 = '0cf5ceaca5d4de1e7e3b97481d9310a71bca75c2209d07d20ba412f9bc03f44a'
checksumType64 = 'SHA256'
}

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

0 comments on commit 8e743a6

Please # to comment.