Skip to content

Commit 89ec7d7

Browse files
committed
Choco Package for v0.15.0
1 parent a032dd0 commit 89ec7d7

File tree

4 files changed

+4
-44
lines changed

4 files changed

+4
-44
lines changed

release/windows/choco/sqlcmd.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>sqlcmd</id>
6-
<version>0.8.1</version>
6+
<version>0.15.0</version>
77
<title>sqlcmd (Install)</title>
88
<authors>Microsoft</authors>
99
<projectUrl>https://docs.microsoft.com/sql/tools/go-sqlcmd-utility</projectUrl>
10-
<iconUrl>https://github.com/microsoft/go-sqlcmd/blob/main/release/windows/msi/resources/go-sqlcmd_256.png</iconUrl>
1110
<copyright>Copyright (c) Microsoft Corporation</copyright>
1211
<licenseUrl>https://github.com/microsoft/go-sqlcmd/blob/main/LICENSE</licenseUrl>
1312
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -18,7 +17,7 @@
1817
<tags>sqlcmd mssql sqlserver</tags>
1918
<summary>sqlcmd CLI for Microsoft SQL Server and Azure SQL</summary>
2019
<description>sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL</description>
21-
<releaseNotes>https://github.com/microsoft/go-sqlcmd/releases/tag/v0.8.1</releaseNotes>
20+
<releaseNotes>https://github.com/microsoft/go-sqlcmd/releases/tag/v0.15.0</releaseNotes>
2221
</metadata>
2322
<files>
2423
<file src="tools\**" target="tools" />

release/windows/choco/tools/LICENSE.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

release/windows/choco/tools/VERIFICATION.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

release/windows/choco/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44
$url = '{{DownloadUrl}}'
5-
$url64 = 'https://download.microsoft.com/download/d/4/4/d4403a51-2ab7-4ea8-b850-d2710c5e1323/sqlcmd_0.8.1-1.msi'
5+
$url64 = 'https://github.com/microsoft/go-sqlcmd/releases/download/v0.15.0/sqlcmd_0.15.0-1.msi'
66

77
$packageArgs = @{
88
packageName = $env:ChocolateyPackageName
99
unzipLocation = $toolsDir
1010
fileType = 'MSI'
1111
url = $url
1212
url64bit = $url64
13-
1413
softwareName = 'sqlcmd*'
15-
16-
checksum = '{{Checksum}}'
17-
checksumType = '{{ChecksumType}}'
18-
checksum64 = '03587762932D5A66ACFE15D306FE14645D53BC61162B4DA0D9AF29B4A8A1550D'
14+
checksum64 = '3425f48d4933eeb9c5ecf89afa5d30c8829892c4d3bbd58c9eeeb3200ed925f2'
1915
checksumType64= 'sha256'
2016

2117
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""

0 commit comments

Comments
 (0)