Skip to content

Commit

Permalink
Updating MySQL ODBC driver to 9.1.0 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: bombergio <[email protected]>
  • Loading branch information
bombergio and bombergio authored Oct 15, 2024
1 parent 781a327 commit 6a3769c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mysql-odbc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mysql.odbc</id>
<version>9.0.0</version>
<version>9.1.0</version>
<packageSourceUrl>https://github.com/bombergio/choco-mysql-connector-odbc</packageSourceUrl>
<owners>bombergio</owners>
<title>MySQL Connector/ODBC Driver (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://cdn.mysql.com//Downloads/Connector-ODBC/9.0/mysql-connector-odbc-9.0.0-winx64.msi'
$url64 = 'https://cdn.mysql.com//Downloads/Connector-ODBC/9.1/mysql-connector-odbc-9.1.0-winx64.msi'

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

softwareName = 'mysql odbc driver *'

checksum64 = '709db5af867e3dbfeec147ec0f7438ed3453180dcd718a78f852ccc15514c851'
checksum64 = '22352f79a145434dff3fd53f7a180a6d6c2a637011452c79fb8717d19853f4e3'
checksumType64 = 'sha256'

silentArgs = "/qn"
Expand Down

0 comments on commit 6a3769c

Please sign in to comment.