libraries/mysql-connector-c++: Updated for version 8.0.31.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-10-16 23:22:20 +07:00
parent f884bae643
commit b870794ad6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mysql-connector-c++
VERSION=${VERSION:-8.0.30}
VERSION=${VERSION:-8.0.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="mysql-connector-c++"
VERSION="8.0.30"
VERSION="8.0.31"
HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/"
DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.30-src.tar.gz"
MD5SUM="c3e3f7c652aa4bfe9e2b77be89ebfb7e"
DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.31-src.tar.gz"
MD5SUM="e51d571fe37c75adfc84901b56caefe7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""