File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
33 <metadata >
44 <id >mysql.odbc</id >
5- <version >8.4 .0</version >
5+ <version >9.0 .0</version >
66 <packageSourceUrl >https://github.com/bombergio/choco-mysql-connector-odbc</packageSourceUrl >
77 <owners >bombergio</owners >
88 <title >MySQL Connector/ODBC Driver (Install)</title >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ;
22$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3- $url64 = ' https://cdn.mysql.com//Downloads/Connector-ODBC/8.4 /mysql-connector-odbc-8.4 .0-winx64.msi'
3+ $url64 = ' https://cdn.mysql.com//Downloads/Connector-ODBC/9.0 /mysql-connector-odbc-9.0 .0-winx64.msi'
44
55$packageArgs = @ {
66 packageName = $env: ChocolateyPackageName
@@ -10,7 +10,7 @@ $packageArgs = @{
1010
1111 softwareName = ' mysql odbc driver *'
1212
13- checksum64 = ' d9434d8c1c01a4a4bfb4bc5783b39f7c235dbb201922a496e50a29f1cff909aa '
13+ checksum64 = ' 709db5af867e3dbfeec147ec0f7438ed3453180dcd718a78f852ccc15514c851 '
1414 checksumType64 = ' sha256'
1515
1616 silentArgs = " /qn"
You can’t perform that action at this time.
0 commit comments