Skip to content

Commit

Permalink
Update to 4.0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Aug 1, 2023
1 parent 92ce5a7 commit 04206e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ETag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.2.9|"1b6bbb2214d7e9d1f5d738e4507c6d30-33"
4.0.2.19|"0f18a17ea30ae76b5fe20c3e8a5293a5-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 = '3.8.2.9'
$softwareVersion = '4.0.2.19'
$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 = '52c19288103d76ed98080bb20be94bddfd9ca3aefedb26f0d475c426fcbb3ff3'
checksum = 'aff6a2621e7c7268a37f7a4d396a9d4f9eef71fca8959cb4fca7ffdb0020bf81'
checksumType = 'sha256'
silentArgs = '-silent'
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 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>3.8.2.9</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-wd-dashboard/tree/v3.8.2.9</packageSourceUrl>
<version>4.0.2.19</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-wd-dashboard/tree/v4.0.2.19</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Western Digital Dashboard</title>
<authors>Western Digital Corporation</authors>
Expand All @@ -30,7 +30,7 @@ The Western Digital Dashboard helps users maintain peak performance of Western D
Enhance your gaming station with fully customizable RGB lighting on supported WD_BLACK products, designed to match your style with various colors and thirteen different LED pattern effects to choose from. Or, seamlessly integrate with your existing ASUS Aura Sync on Armoury Crate, GIGABYTE RGB Fusion 2.0, MSI Mystic Light, or Razer Chroma™ RGB ecosystem.
![Dashboard Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-wd-dashboard@1f424def2cab249062aa43fe1a4ae88d54f2507f/Screenshot.png)
![Dashboard Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-wd-dashboard@549dc3ff1dd1bae64a9e5e5bd81d49816f2a46b5/Screenshot.png)
## Package Parameters
Expand Down

0 comments on commit 04206e9

Please sign in to comment.