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 Apr 20, 2021
1 parent d4c8705 commit 29caea1
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.23</version>
<version>8.0.24</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.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'
url = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.24-windows-x86-32bit.msi'
url64bit = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.24-windows-x86-64bit.msi'
checksum = '692d10e940f8ad9c912e225b244782e244f6273127b765ffc38a07d4d103e0f7'
checksumType = 'sha256'
checksum64 = '9c36ea444bf95420eab377c55341d7dd3c0ef7706ac63f958caf449869af3ec8'
checksum64 = '204948a40aa739fe685426f635d46ff0cd9a979b74267b607fb573a3f8f8d135'
checksumType64= 'sha256'
softwareName = 'mysql connector python**'
silentArgs = "/qn"
Expand Down

0 comments on commit 29caea1

Please sign in to comment.