Skip to content

Commit

Permalink
AU: 1 updated - sql-server-2017-cumulative-update
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Sep 22, 2018
1 parent 04bf147 commit a6e7a55
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-2017-cumulative-update</id>
<version>14.0.3030.27</version>
<version>14.0.3038.14</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-2017-cumulative-update</packageSourceUrl>
<owners>flcdrg</owners>
<title>Microsoft SQL Server 2017 Cumulative Update 9</title>
<title>Microsoft SQL Server 2017 Cumulative Update 11</title>
<authors>Microsoft Corporation</authors>
<projectUrl>https://www.microsoft.com/en-us/download/details.aspx?id=56128</projectUrl>
<iconUrl>https://cdn.rawgit.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
Expand All @@ -32,7 +32,7 @@ Uninstalling with Chocolatey is known to not be reliable, as the uninstaller wan

Should you need to uninstall this cumulative update, you may need to revert to manual uninstallation via Programs and Features, Installed Updates.
</description>
<releaseNotes>http://support.microsoft.com/help/4341265</releaseNotes>
<releaseNotes>http://support.microsoft.com/help/4462262</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
6 changes: 3 additions & 3 deletions sql-server-2017-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/C/4/F/C4F908C9-98ED-4E5F-88D5-7D6A5004AEBD/SQLServer2017-KB4341265-x64.exe'
$checksum = '6871130543a0de2f9d1fa761e5b39101bc4ca667ae93e64c051323bef1abc6ba'
$softwareName = 'Hotfix 3030 for SQL Server 2017*(KB4341265)*'
$url = 'https://download.microsoft.com/download/C/4/F/C4F908C9-98ED-4E5F-88D5-7D6A5004AEBD/SQLServer2017-KB4462262-x64.exe'
$checksum = '75f7b3afcf0e318e15218290d4bdf6a093cfb6bb321d8a108c4f8cf8f515b2ee'
$softwareName = 'Hotfix 3038 for SQL Server 2017*(KB4462262)*'

$filename = [IO.Path]::GetFileName($url)

Expand Down

0 comments on commit a6e7a55

Please sign in to comment.