Update mysql-connector-python to 2.1.7 (#41239)

This commit is contained in:
Colin Dunn 2017-11-23 12:40:57 +11:00 committed by commitay
parent b1ab681757
commit 8e549cc2d0
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
cask 'mysql-connector-python' do
version '2.1.5'
sha256 'd95dec32546fd7c3ca96bd3f65da374d2e9861ab3c145e2dddb80ac40acc1331'
version '2.1.7'
sha256 '983b63a816fa73e63efe2a6e2da6fa7e52b71df6da1f1be95c8097fe3c646e46'
url "https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-#{version}-macos10.12.dmg"
url "https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-#{version}-osx10.12.dmg"
name 'MySQL Connector for Python'
homepage 'https://dev.mysql.com/downloads/connector/python/'
depends_on macos: '>= :yosemite'
depends_on macos: '>= :sierra'
pkg "mysql-connector-python-cext-#{version}.pkg"