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 Sep 26, 2024
1 parent 1de7ecb commit 980823a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.4135.4</version>
<version>16.0.4145.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 14</title>
<title>Microsoft SQL Server 2022 Cumulative Update 15</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/5038325</releaseNotes>
<releaseNotes>https://support.microsoft.com/help/5041321</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-KB5038325-x64.exe'
$checksum = '954287b6d8e64612e93e9137379002d49a401caf1e37b5697d340f127177aeda'
$softwareName = 'Hotfix 4135 for SQL Server 2022*(KB5038325)*'
$url = 'https://download.microsoft.com/download/9/6/8/96819b0c-c8fb-4b44-91b5-c97015bbda9f/SQLServer2022-KB5041321-x64.exe'
$checksum = '758ee805faa130028085114fb2bce215765ee10c9648ddb80dab40fd8d6ae51a'
$softwareName = 'Hotfix 4145 for SQL Server 2022*(KB5041321)*'

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

Expand Down
4 changes: 2 additions & 2 deletions vault/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Url = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_386.zip"
UnzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Url64 = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_amd64.zip"
Checksum = '3bc65b69b85359bfd93c68df16b06af54f71bb1ab50d2c128391b7f9737e2f44'
Checksum = '9498e5905fdba6d25211634651bbcbd871f9f241a0108f353ed917ae5b7f8ba0'
ChecksumType = 'sha256'
Checksum64 = '70fce89fbae13c874bfa668ff099abc617f3eea470b49bbd68dee7ebd358379d'
Checksum64 = '4b66a86e6a6033103a102bce5a3aa660c81c244cb3841a37374f71f069f6d191'
version = $env:ChocolateyPackageVersion
}

Expand Down
2 changes: 1 addition & 1 deletion vault/vault.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vault</id>
<title>Vault</title>
<version>1.17.5</version>
<version>1.17.6</version>
<authors>Mitchell Hashimoto, HashiCorp</authors>
<owners>flcdrg</owners>
<projectUrl>https://www.vaultproject.io/</projectUrl>
Expand Down

0 comments on commit 980823a

Please sign in to comment.