Skip to content

Commit a7bf656

Browse files
committed
1 parent 16c2be3 commit a7bf656

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2/wsl2-distro-manager-v1.8.2.zip'
10-
checksum64 = '9e66aa2e14dc6df9e5badd748493b99811c61875846a32cc56029dd3ef24aa07'
9+
url64 = 'https://github.com/bostrot/wsl2-distro-manager/releases/download/v1.8.3/wsl2-distro-manager-v1.8.3.zip'
10+
checksum64 = '182fa92ee25fb989720ef05434734785676a229fecbe7a68f4bc690928f99450'
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.2</version>
25+
<version>1.8.3</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)