Skip to content

Commit

Permalink
feat(sqllocaldb): v16.0.1000.6
Browse files Browse the repository at this point in the history
  • Loading branch information
riezebosch committed Feb 27, 2024
1 parent 8f259b8 commit f26bcb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sqllocaldb/sqllocaldb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sqllocaldb</id>
<version>15.0.2000.5</version>
<version>16.0.1000.6</version>
<title>SQL Server 2019 Express LocalDB</title>
<authors>Microsoft</authors>
<projectUrl>https://www.microsoft.com/en-us/sql-server/sql-server-editions-express</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions sqllocaldb/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)"
$url = 'https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SqlLocalDB.msi'
$url = 'https://download.microsoft.com/download/3/8/d/38de7036-2433-4207-8eae-06e247e17b25/SqlLocalDB.msi'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -11,7 +11,7 @@ $packageArgs = @{

softwareName = 'sqllocaldb*'

checksum = '80702F2B2732DE041FE34EA6477EA556EEB5D73EE44CE4A4301DE719455345E0'
checksum = '224D483992EF60368DAC70CEA174DCFAF43A3CA06ADA331C67DC6119A26490F6'
checksumType = 'sha256'

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

0 comments on commit f26bcb4

Please sign in to comment.