Skip to content

Commit

Permalink
DCU 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Feb 11, 2024
1 parent 01a70a3 commit d0c4f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dellcommandupdate/dellcommandupdate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dellcommandupdate</id>
<version>5.1.0</version>
<version>5.2.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dellcommandupdate</packageSourceUrl>
<owners>flcdrg</owners>
<title>Dell Command | Update</title>
Expand Down Expand Up @@ -31,9 +31,9 @@ Supported on OptiPlex, Venue Pro Tablet, Precision, XPS Notebook and Latitude mo

This package is updated automatically by querying the Dell Version Control Catalog. There can sometimes be a short delay between the time new software version is released and when it is added to the catalog (which is also used by Dell applications to auto-update)
</description>
<releaseNotes>https://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=44TH5</releaseNotes>
<releaseNotes>https://www.dell.com/support/home/en-au/drivers/DriversDetails?driverId=4R78G</releaseNotes>
<dependencies>
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
<dependency id="netfx-4.8" version="4.8.0.20220524 " />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions dellcommandupdate/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = 'dellcommandupdate'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://downloads.dell.com/FOLDER10791703M/1/Dell-Command-Update-Application_44TH5_WIN_5.1.0_A00.EXE'
$checksum = 'd9de2d48c840ed121add5cd59308259cd229d29c66536136ddfad48371baa36a'
$url = 'https://dl.dell.com/FOLDER11201514M/1/Dell-Command-Update-Application_4R78G_WIN_5.2.0_A00.EXE'
$checksum = '2f7f8c69ee80a207061dbf7579d7a5d252d8eb4434de69610d1355a125fcba45'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d0c4f1c

Please sign in to comment.