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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-07-20 12:45:40 +07:00
parent 02aafe5893
commit a0bdf29573
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.25}
VERSION=${VERSION:-8.0.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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