Skip to content

Commit 59e64a2

Browse files
committed
1 parent a7bf656 commit 59e64a2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.28/winmerge-2.16.28-exe.zip'
9-
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.28/winmerge-2.16.28-x64-exe.zip'
8+
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.30/winmerge-2.16.30-exe.zip'
9+
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.30/winmerge-2.16.30-x64-exe.zip'
1010

11-
checksum = '5df7528f94432360b5c7a05f5a0a605344c18acf94f22d7c8d5506f07220c133'
11+
checksum = '1a3449c50d7c181ad8b4d15e3fb88c2530f86728da827548959511c99509a3c8'
1212
checksumType = 'SHA256'
13-
checksum64 = 'e1c6dca744b2022dc0f3a105164d29f151373fa067411e579e6e005ba7a98b8b'
13+
checksum64 = 'd8fd843c6f4f132f3e7cf1585520ddd0a20ac49949d5f9a425f51ef697753899'
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
@@ -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.28</version>
25+
<version>2.16.30</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>

automatic/wsl2-distro-manager/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
88
unzipLocation = $toolsDir
9-
url64 = 'https://github.com/bostrot/wsl2-distro-manager/releases/download/v1.8.3/wsl2-distro-manager-v1.8.3.zip'
10-
checksum64 = '182fa92ee25fb989720ef05434734785676a229fecbe7a68f4bc690928f99450'
9+
url64 = 'https://github.com/bostrot/wsl2-distro-manager/releases/download/v1.8.4/wsl2-distro-manager-v1.8.4.zip'
10+
checksum64 = '5f10d516dcb76538a85d858df5af852025dee78da8eef1b23c8b3b20e7958a5d'
1111
checksumType64 = 'SHA256'
1212
}
1313

automatic/wsl2-distro-manager/wsl2-distro-manager.nuspec

Lines changed: 1 addition & 1 deletion
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>1.8.3</version>
25+
<version>1.8.4</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/wsl2-distro-manager</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)