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 Oct 11, 2022
1 parent 088285f commit 3329cc0
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
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.30</version>
<version>8.0.31</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
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.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'
url = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.31-windows-x86-32bit.msi'
url64bit = 'https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.31-windows-x86-64bit.msi'
checksum = 'cfd2161de6030e75682eb45e98aec0166373e87ec933dcd3b84c51c61a7b50c3'
checksumType = 'sha256'
checksum64 = 'abfa94af9a81d00ef2cdbfde0609a49f14535c6375733f562d97be78588a3968'
checksum64 = '6df17e94e6b7ba1e9a8832f4522fa118c1f06ab71641c072dc33d1aec09b6258'
checksumType64= 'sha256'
softwareName = 'mysql connector python**'
silentArgs = "/qn"
Expand Down

0 comments on commit 3329cc0

Please sign in to comment.