Skip to content

Commit

Permalink
Update to 4.0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Aug 15, 2023
1 parent 04206e9 commit 1dd00c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ETag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2.19|"0f18a17ea30ae76b5fe20c3e8a5293a5-33"
4.0.2.20|"b8efc4126f7f67abc33b4570403c19e0-33"
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1

$softwareName = 'Dashboard'
$softwareVersion = '4.0.2.19'
$softwareVersion = '4.0.2.20'
$shouldInstall = Get-ShouldInstall -Version $softwareVersion

if (!$shouldInstall -and !$env:ChocolateyForce) {
Expand All @@ -28,7 +28,7 @@ else {
fileType = 'EXE'
url = 'https://wddashboarddownloads.wdc.com/wdDashboard/DashboardSetupSA.exe'
softwareName = $softwareName
checksum = 'aff6a2621e7c7268a37f7a4d396a9d4f9eef71fca8959cb4fca7ffdb0020bf81'
checksum = '3bab9c85ebc1153717b901705ce7aa4831f60f9a38c6adcb7b6173bdf392d97e'
checksumType = 'sha256'
silentArgs = '-silent'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions wd-dashboard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wd-dashboard</id>
<version>4.0.2.19</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-wd-dashboard/tree/v4.0.2.19</packageSourceUrl>
<version>4.0.2.20</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-wd-dashboard/tree/v4.0.2.20</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Western Digital Dashboard</title>
<authors>Western Digital Corporation</authors>
Expand Down

0 comments on commit 1dd00c4

Please sign in to comment.