Skip to content

Commit

Permalink
AU: 2 updated - sql-server-2022-cumulative-update stripe-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 24, 2023
1 parent c78fdf4 commit 034e316
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-2022-cumulative-update</id>
<version>16.0.4015.1</version>
<version>16.0.4035.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 2</title>
<title>Microsoft SQL Server 2022 Cumulative Update 4</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/5023127</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5026717</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-KB5023127-x64.exe'
$checksum = '076e99df447ac3f977f6abb3d94874f5d75ee8c6eb1ad772fb1c874f5d17ca35'
$softwareName = 'Hotfix 4015 for SQL Server 2022*(KB5023127)*'
$url = 'https://download.microsoft.com/download/9/6/8/96819b0c-c8fb-4b44-91b5-c97015bbda9f/SQLServer2022-KB5026717-x64.exe'
$checksum = '110b1b51dd804fd53315a4feb58e90a3273ac08750cd3a3396c38b300d228b99'
$softwareName = 'Hotfix 4035 for SQL Server 2022*(KB5026717)*'

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

Expand Down
2 changes: 1 addition & 1 deletion stripe-cli/stripe-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stripe-cli</id>
<version>1.14.6</version>
<version>1.14.7</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/stripe-cli</packageSourceUrl>
<owners>flcdrg</owners>
<title>Stripe CLI</title>
Expand Down

0 comments on commit 034e316

Please sign in to comment.