diff --git a/sql-server-2019-cumulative-update/sql-server-2019-cumulative-update.nuspec b/sql-server-2019-cumulative-update/sql-server-2019-cumulative-update.nuspec index 177de13f..e4bee669 100644 --- a/sql-server-2019-cumulative-update/sql-server-2019-cumulative-update.nuspec +++ b/sql-server-2019-cumulative-update/sql-server-2019-cumulative-update.nuspec @@ -3,10 +3,10 @@ sql-server-2019-cumulative-update - 15.0.4385.2 + 15.0.4405.4 https://github.com/flcdrg/au-packages/tree/master/sql-server-2019-cumulative-update flcdrg - Microsoft SQL Server 2019 Cumulative Update 28 + Microsoft SQL Server 2019 Cumulative Update 29 Microsoft Corporation https://www.microsoft.com/en-us/download/details.aspx?id=100809 https://raw.githubusercontent.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg @@ -52,7 +52,7 @@ Example using /IgnorePendingReboot choco install sql-server-2019-cumulative-update --params="'/IgnorePendingReboot'" ``` - https://support.microsoft.com/help/5039747 + https://support.microsoft.com/help/5046365 diff --git a/sql-server-2019-cumulative-update/tools/chocolateyinstall.ps1 b/sql-server-2019-cumulative-update/tools/chocolateyinstall.ps1 index 885981f3..7deffc1b 100644 --- a/sql-server-2019-cumulative-update/tools/chocolateyinstall.ps1 +++ b/sql-server-2019-cumulative-update/tools/chocolateyinstall.ps1 @@ -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-KB5039747-x64.exe' -$checksum = 'bc70570a217f4562710b88c35f80476474cb34107d2a93d1a2220090fb4e25aa' -$softwareName = 'Hotfix 4385 for SQL Server 2019*(KB5039747)*' +$url = 'https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5046365-x64.exe' +$checksum = '2b50a55ee3f8edf54fe9eb1e5c70def24fdd3320c86ab2dc44276e675afcdc29' +$softwareName = 'Hotfix 4405 for SQL Server 2019*(KB5046365)*' [bool] $runningAU = (Test-Path Function:\au_GetLatest)