Skip to content

Commit

Permalink
AU: 2 updated - dotnetdeveloperbundle sql-server-2019-cumulative-update
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 6, 2021
1 parent 01b12b0 commit 8ad2452
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dotnetdeveloperbundle/dotnetdeveloperbundle.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>dotnetdeveloperbundle</id>
<version>2021.09.15</version>
<version>2021.10.04</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/dotnetdeveloperbundle</packageSourceUrl>
<owners>kscelfo, flcdrg</owners>
<title>.NET Developer Bundle</title>
Expand Down
4 changes: 2 additions & 2 deletions dotnetdeveloperbundle/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$checksum = '172944E80A409D69D631980342928863A5E9EF95D31A96FB8705DF80DADDADE2'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2021-09-15/DotNETDeveloperBundle.exe'
$checksum = '9F9692F9E6290A847366064D7EC4FAA6BEAEFB2A037E468B1A83AA558E782EF1'
$url = 'https://download.red-gate.com/installers/DotNETDeveloperBundle/2021-10-04/DotNETDeveloperBundle.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sql-server-2019-cumulative-update</id>
<version>15.0.4153.1</version>
<version>15.0.4178.1</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-2019-cumulative-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft SQL Server 2019 Cumulative Update 12</title>
<title>Microsoft SQL Server 2019 Cumulative Update 13</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://www.microsoft.com/en-us/download/details.aspx?id=100809</projectUrl>
<iconUrl>https://raw.githubusercontent.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
Expand Down Expand Up @@ -52,7 +52,7 @@ Example using /IgnorePendingReboot
choco install sql-server-2019-cumulative-update --params="'/IgnorePendingReboot'"
```
</description>
<releaseNotes>https://support.microsoft.com/help/5004524</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5005679</releaseNotes>
</metadata>
<files>
<file src="tools\*.ps1" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions sql-server-2019-cumulative-update/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5004524-x64.exe'
$checksum = 'c6d7bd9ebc82a68ea2d70638312120cea66db7bd633e82943d94035ec73a9934'
$softwareName = 'Hotfix 4153 for SQL Server 2019*(KB5004524)*'
$url = 'https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5005679-x64.exe'
$checksum = 'b5ec792cabfd905b8cfdf39f2f80f4cfc987d2bc87aef1c7f682cf452ecf02ee'
$softwareName = 'Hotfix 4178 for SQL Server 2019*(KB5005679)*'

[bool] $runningAU = (Test-Path Function:\au_GetLatest)

Expand Down

0 comments on commit 8ad2452

Please sign in to comment.