Skip to content

Commit

Permalink
AU: 2 updated - dell-system-update sqltoolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 2, 2023
1 parent 9f1e394 commit 040725b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1</version>
<version>2.0.2.2</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=JJDWX</releaseNotes>
<releaseNotes>https://www.dell.com/support/home/en-us/drivers/DriversDetails?driverId=GG4YM</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/FOLDER10374170M/1/Systems-Management_Application_JJDWX_WN64_2.0.2.1_A00.EXE'
$checksum64 = 'abb7b9edb7ed562f628780675d31ef96'
$url64 = 'https://downloads.dell.com/FOLDER10488395M/1/Systems-Management_Application_GG4YM_WN64_2.0.2.2_A00.EXE'
$checksum64 = '4fed54d0a9e15de37b053889a81c67ed'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2023.08.30</version>
<version>2023.08.31</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/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)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-08-30/SQLToolbelt.exe'
$checksum = '1F4F88A5B11BC46EBEF542FB13DFB9C39D85EEF55209E23D114600869C71134A'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-08-31/SQLToolbelt.exe'
$checksum = '6934F5355EC3E0AD9DE6B21BA6D43077431CE399727775F10D1360554DA82C31'

$validProductPackageNames = @(
"SQL Compare",
Expand Down

0 comments on commit 040725b

Please sign in to comment.