Skip to content

Commit

Permalink
AU: 1 updated - dell-system-update
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 2, 2023
1 parent be1334a commit add7303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dell-system-update/dell-system-update.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>dell-system-update</id>
<version>2.0.2.2</version>
<version>2.0.2.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dell-system-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Dell EMC System Update</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ Once DSU is installed on a system it will:
- Microsoft Windows Server 2019 (x86_64)

Supported Platforms: Dell EMC PowerEdge 12G and greater Servers.</description>
<releaseNotes>https://www.dell.com/support/home/en-us/drivers/DriversDetails?driverId=GG4YM</releaseNotes>
<releaseNotes>https://www.dell.com/support/home/en-us/drivers/DriversDetails?driverId=RPW7K</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions dell-system-update/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://downloads.dell.com/FOLDER10488395M/1/Systems-Management_Application_GG4YM_WN64_2.0.2.2_A00.EXE'
$checksum64 = '4fed54d0a9e15de37b053889a81c67ed'
$url64 = 'https://downloads.dell.com/FOLDER10889507M/1/Systems-Management_Application_RPW7K_WN64_2.0.2.3_A00.EXE'
$checksum64 = 'e9e721211b03403e01a344cd5a0767c5'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit add7303

Please sign in to comment.