diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:31:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:31:41 +0700 |
commit | 3c3b23fc2ac20e6db9afa5763a67a97d3a6b7189 (patch) | |
tree | 8afd809ecd88f1eabe0e3dc00a6e4c9acda61bd6 /libraries/mysql-connector-c++ | |
parent | da00f2728d0c2627b3bb80dfa76ea79d5afcd7ab (diff) |
libraries/mysql-connector-c++: Updated for version 8.0.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mysql-connector-c++')
-rw-r--r-- | libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/mysql-connector-c++/mysql-connector-c++.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild index 236bb3d0d698..2d59c641c106 100644 --- a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild +++ b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mysql-connector-c++ -# Copyright 2013-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mysql-connector-c++ -VERSION=${VERSION:-8.0.26} +VERSION=${VERSION:-8.0.28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.info b/libraries/mysql-connector-c++/mysql-connector-c++.info index cb080384b06f..d9fc6ae9bebf 100644 --- a/libraries/mysql-connector-c++/mysql-connector-c++.info +++ b/libraries/mysql-connector-c++/mysql-connector-c++.info @@ -1,8 +1,8 @@ PRGNAM="mysql-connector-c++" -VERSION="8.0.26" +VERSION="8.0.28" HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" -DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.26-src.tar.gz" -MD5SUM="e89361632bf43ec09c80b9f1b96df672" +DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.28-src.tar.gz" +MD5SUM="4f4192dfaffc76e792e425be81986482" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |