Skip to content

Commit

Permalink
AU-dotnet: 2 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Jul 24, 2024
1 parent 6518c7a commit d20fa3f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SqlSearch/SqlSearch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SqlSearch</id>
<version>2024.05.22</version>
<version>2024.07.22</version>
<title>SQL Search</title>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/SqlSearch</packageSourceUrl>
<authors>Red Gate Software Ltd</authors>
Expand Down
4 changes: 2 additions & 2 deletions SqlSearch/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 = 'A524BC90891D24B085C267A03F94C18E9608DD1E7C52D6FAE4464A2B5CE07B9C'
$url = 'https://download.red-gate.com/installers/SQLSearch/2024-05-22/SQLSearch.exe'
$checksum = 'ABBDFDB1BD67F925508D904A1603B655E1564571D8CFFFF4952EE117E855B149'
$url = 'https://download.red-gate.com/installers/SQLSearch/2024-07-22/SQLSearch.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-2022-cumulative-update</id>
<version>16.0.4125.3</version>
<version>16.0.4135.4</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 13</title>
<title>Microsoft SQL Server 2022 Cumulative Update 14</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/5036432</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5038325</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-KB5036432-x64.exe'
$checksum = 'e78d2cf147bb596017615d50a5ab8cf3812a718aab85cab6c08c34a50d5935fb'
$softwareName = 'Hotfix 4125 for SQL Server 2022*(KB5036432)*'
$url = 'https://download.microsoft.com/download/9/6/8/96819b0c-c8fb-4b44-91b5-c97015bbda9f/SQLServer2022-KB5038325-x64.exe'
$checksum = '954287b6d8e64612e93e9137379002d49a401caf1e37b5697d340f127177aeda'
$softwareName = 'Hotfix 4135 for SQL Server 2022*(KB5038325)*'

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

Expand Down

0 comments on commit d20fa3f

Please sign in to comment.