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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-05-04 08:43:59 +07:00
parent 450be4c1de
commit 7406de4200
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="mysql-connector-c++"
VERSION="8.0.28"
VERSION="8.0.29"
HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/"
DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.28-src.tar.gz"
MD5SUM="4f4192dfaffc76e792e425be81986482"
DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.29-src.tar.gz"
MD5SUM="bae8667e3afce94774122459037d3f8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""