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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-05-01 01:38:48 +07:00
parent c13f667533
commit 1fde3629f0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="mysql-connector-c++"
VERSION="8.0.32"
VERSION="8.0.33"
HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/"
DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.32-src.tar.gz"
MD5SUM="82ccb21b227932873d5b9bc3a1f676c3"
DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.33-src.tar.gz"
MD5SUM="0a9f912470f1a1d79bc8b1fc194c6d80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""