Skip to content

Commit

Permalink
AU: 1 updated - mysql-python
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Jul 26, 2022
1 parent c70537a commit c4345d0
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.29</version>
<version>8.0.30</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.29-windows-x86-32bit.msi'
url64bit = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.29-windows-x86-64bit.msi'
checksum = '4a4b8527a4756b407729a106d4aae8e9c684054e391a88e819955f98abb01401'
url = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.30-windows-x86-32bit.msi'
url64bit = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.30-windows-x86-64bit.msi'
checksum = '1d71e5b2ba2579875ccb2d009bb6897f0c89468bd32bec1a7c50e49eefb165b0'
checksumType = 'sha256'
checksum64 = '0cf1f0276eab17b3e832cb426c49ef03e4c0f04622aa7c45fddedba54c803d76'
checksum64 = 'abfa94af9a81d00ef2cdbfde0609a49f14535c6375733f562d97be78588a3968'
checksumType64= 'sha256'
softwareName = 'mysql connector python**'
silentArgs = "/qn"
Expand Down

0 comments on commit c4345d0

Please sign in to comment.