Skip to content

Commit

Permalink
AU: 1 updated - dellcommandupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Nov 4, 2023
1 parent bc4e6c2 commit 1885981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.0.0</version>
<version>5.1.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,7 +31,7 @@ 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>http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=HYR95</releaseNotes>
<releaseNotes>https://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=44TH5</releaseNotes>
<dependencies>
<dependency id="dotnet4.6.1" version="4.6.01055.20170308" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions dellcommandupdate/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageName = 'dellcommandupdate'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://downloads.dell.com/FOLDER10408469M/1/Dell-Command-Update-Application_HYR95_WIN_5.0.0_A00.EXE'
$checksum = '583b82b67ecf573e9955fd2ed550d6f7'
$checksumType = 'md5'
$url = 'https://downloads.dell.com/FOLDER10791703M/1/Dell-Command-Update-Application_44TH5_WIN_5.1.0_A00.EXE'
$checksum = 'd9de2d48c840ed121add5cd59308259cd229d29c66536136ddfad48371baa36a'
$checksumType = 'sha256'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 1885981

Please sign in to comment.