Skip to content

Commit

Permalink
AU: 1 updated - mysql-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 18, 2021
1 parent 3ba5526 commit 9ed542e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mysql-python/mysql-python.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>mysql-python</id>
<version>8.0.22</version>
<version>8.0.23</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/mysql-python</packageSourceUrl>
<owners>naveen521kk</owners>
<title>MySQL Connector Python (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions mysql-python/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'MSI'
url = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.22-windows-x86-32bit.msi'
url64bit = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.22-windows-x86-64bit.msi'
checksum = '095c276cf3abf1530d11e4946b4af7e626d219329f64496708793605e0a47366'
url = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.23-windows-x86-32bit.msi'
url64bit = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.23-windows-x86-64bit.msi'
checksum = '67e25ce0ec8a58609dad7663c6af16cccfa8a43d830ff49732ee1957ad6e27d6'
checksumType = 'sha256'
checksum64 = 'feaf7615e23545b9f3b727acce36ca30df12d26d28d85b8ca919803a1dea9351'
checksum64 = '9c36ea444bf95420eab377c55341d7dd3c0ef7706ac63f958caf449869af3ec8'
checksumType64= 'sha256'
softwareName = 'mysql connector python**'
silentArgs = "/qn"
Expand Down

0 comments on commit 9ed542e

Please sign in to comment.