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 Aug 4, 2018
1 parent 1a4d8b4 commit 8e540fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dellcommandupdate/dellcommandupdate.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dellcommandupdate</id>
<version>2.3.0</version>
<version>2.4.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dellcommandupdate</packageSourceUrl>
<owners>flcdrg, joenazz</owners>
<title>Dell Command | Update</title>
Expand All @@ -30,9 +30,9 @@ Supported on OptiPlex, Venue Pro Tablet, Precision, XPS Notebook and Latitude mo
### Package updates
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></releaseNotes>
<releaseNotes>http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=DDVDP</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
6 changes: 3 additions & 3 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/FOLDER04139436M/1/Systems-Management_Application_FXD2R_WN32_2.3.0_A00-00.EXE'
$checksum = '6E6D1FFA16F97AC29FD8EB6D1676412954529376FCD8210AE655F5FECC6132F5'
$url = 'https://downloads.dell.com/FOLDER05055451M/1/Dell-Command-Update_DDVDP_WIN_2.4.0_A00.EXE'
$checksum = 'bd2a08db415991ab2b9605737d26a187'

$packageArgs = @{
packageName = $packageName
Expand All @@ -17,4 +17,4 @@ $packageArgs = @{
destination = $toolsDir
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyPackage @packageArgs

0 comments on commit 8e540fc

Please sign in to comment.