Skip to content

Commit

Permalink
AU: 3 updated - sql-server-2019-cumulative-update sql-server-2022-cum…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 13, 2023
1 parent 09ad1cb commit 16a3bda
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.4322.2</version>
<version>15.0.4335.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 22</title>
<title>Microsoft SQL Server 2019 Cumulative Update 23</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/5027702</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5030333</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-KB5027702-x64.exe'
$checksum = '485ca89f201c3e9e3990d43fdacf9aa70a1dda589814e395f082c4b4e7c910d6'
$softwareName = 'Hotfix 4322 for SQL Server 2019*(KB5027702)*'
$url = 'https://download.microsoft.com/download/6/e/7/6e72dddf-dfa4-4889-bc3d-e5d3a0fd11ce/SQLServer2019-KB5030333-x64.exe'
$checksum = 'c79367ef48f653a31f98bb8a0cacf382b1c59d290f48e2a6f19d0f6171b31421'
$softwareName = 'Hotfix 4335 for SQL Server 2019*(KB5030333)*'

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

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-2022-cumulative-update</id>
<version>16.0.4075.1</version>
<version>16.0.4085.2</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-2022-cumulative-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft SQL Server 2022 Cumulative Update 8</title>
<title>Microsoft SQL Server 2022 Cumulative Update 9</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 @@ -53,7 +53,7 @@ Example using /IgnorePendingReboot
choco install sql-server-2022-cumulative-update --params="'/IgnorePendingReboot'"
```
</description>
<releaseNotes>https://support.microsoft.com/help/5029666</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5030731</releaseNotes>
</metadata>
<files>
<file src="tools\*.ps1" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions sql-server-2022-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/9/6/8/96819b0c-c8fb-4b44-91b5-c97015bbda9f/SQLServer2022-KB5029666-x64.exe'
$checksum = '505ff05430527ff1549da0778c1710d433915d25c510ca261c850bf58c3ec2d2'
$softwareName = 'Hotfix 4075 for SQL Server 2022*(KB5029666)*'
$url = 'https://download.microsoft.com/download/9/6/8/96819b0c-c8fb-4b44-91b5-c97015bbda9f/SQLServer2022-KB5030731-x64.exe'
$checksum = 'fb55dacf5d956f05bffb7ca583c30d68a412621c316d1a24c8a828f86a473884'
$softwareName = 'Hotfix 4085 for SQL Server 2022*(KB5030731)*'

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

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.10.04</version>
<version>2023.10.11</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>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-10-04/SQLToolbelt.exe'
$checksum = 'EDF6E2440365607E1F731F5AEDD2060A898D7A7293D1E55F8B55F386C02BDC03'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-10-11/SQLToolbelt.exe'
$checksum = '899D677A1A76840C7C380C40BC520050C6B4C7262CF2198FC7B431BDABA0AFD0'

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

0 comments on commit 16a3bda

Please sign in to comment.