Skip to content

Commit

Permalink
Update to 4.2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 22, 2024
1 parent dc033c1 commit 920d717
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.MD
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ choco install wd-dashboard --params="'/start'"
choco install wd-dashboard --params="'/language:Deutsch /start'"
```

## [Package Notes](https://github.com/brogers5/chocolatey-package-wd-dashboard/blob/v4.1.2.4/PACKAGE-NOTES.md)
## [Package Notes](https://github.com/brogers5/chocolatey-package-wd-dashboard/blob/v4.2.2.5/PACKAGE-NOTES.md)
2 changes: 1 addition & 1 deletion ETag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"bf60d6113d6f32405915b629e2e455e4-11"
"11d37dbd6dd9e0089133aae7d0cec9ae-12"
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.1.2.4'
$softwareVersion = '4.2.2.5'
$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 = '2f2733491603958e08ea45f7d6bcebbb21e9f2abb35a09d74a8974a7e1a14c2e'
checksum = '71cb0241b79f3489ac5eb205eeece88554b44ba1ab6aaa3c37a8470b532f01bc'
checksumType = 'sha256'
silentArgs = '-silent'
validExitCodes = @(0)
Expand Down
19 changes: 5 additions & 14 deletions wd-dashboard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,19 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wd-dashboard</id>
<version>4.1.2.4</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-wd-dashboard/tree/v4.1.2.4</packageSourceUrl>
<version>4.2.2.5</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-wd-dashboard/tree/v4.2.2.5</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Western Digital Dashboard</title>
<authors>Western Digital Corporation</authors>
<projectUrl>https://support-en.wd.com/app/answers/detailweb/a_id/31759/related/1</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-wd-dashboard@822fda585aebfa11c51fc1ff3dd6390195f458a5/wd-dashboard.png</iconUrl>
<copyright>(c) 2023 Western Digital Corporation</copyright>
<copyright>(c) 2024 Western Digital Corporation</copyright>
<docsUrl>https://support-en.wd.com/app/answers/detailweb/a_id/32803/related/1</docsUrl>
<mailingListUrl>https://community.wd.com/c/wd-ssd-products/215</mailingListUrl>
<tags>western-digital sandisk dashboard hdd ssd dock nvme pcie usb thunderbolt trim firmware smart rgb freeware</tags>
<summary>Management software for disks and dock brands owned by Western Digital.</summary>
<description><![CDATA[
---
### [choco://wd-dashboard](choco://wd--dashboard)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/choco-protocol-support)
---
## Western Digital Dashboard
<description><![CDATA[## Western Digital Dashboard
The Western Digital Dashboard helps users maintain peak performance of Western Digital drives in Windows® operating systems with a user-friendly graphical interface. The Western Digital Dashboard includes tools for analysis of the disk (including the disk model, capacity, firmware version, and SMART attributes) and firmware updates.
Expand Down Expand Up @@ -78,7 +69,7 @@ choco install wd-dashboard --params="'/start'"
choco install wd-dashboard --params="'/language:Deutsch /start'"
```
## [Package Notes](https://github.com/brogers5/chocolatey-package-wd-dashboard/blob/v4.1.2.4/PACKAGE-NOTES.md)
## [Package Notes](https://github.com/brogers5/chocolatey-package-wd-dashboard/blob/v4.2.2.5/PACKAGE-NOTES.md)
]]></description>
<releaseNotes>https://wddashboarddownloads.wdc.com/wdDashboard/WesternDigitalDashboardReleaseNotes.pdf</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 920d717

Please sign in to comment.