Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Aug 2, 2024
1 parent b7a02b4 commit cd229b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.4375.4</version>
<version>15.0.4385.2</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 27</title>
<title>Microsoft SQL Server 2019 Cumulative Update 28</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://www.microsoft.com/en-us/download/details.aspx?id=100809</projectUrl>
<iconUrl>https://github.com/raw/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/5037331</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5039747</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-KB5037331-x64.exe'
$checksum = '196ddc07628722ed996a801410e1019d109a6c8c7ce8ed5bc6736d897411f1ae'
$softwareName = 'Hotfix 4375 for SQL Server 2019*(KB5037331)*'
$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)*'

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

Expand Down

0 comments on commit cd229b0

Please sign in to comment.