diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-17 02:38:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-17 02:38:53 +0700 |
commit | 18d7db0cf610ad18b32551f236360d5fccc984ae (patch) | |
tree | c4ad3c752c70904ab739f435e5f1b635619c68f8 | |
parent | 275e7d2ad824e8cea36354fdd80e1688d39d0c84 (diff) |
libraries/mysql-connector-c++: Updated for version 8.0.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/mysql-connector-c++/mysql-connector-c++.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild index fea9865d9a259..d9579b29c97c5 100644 --- a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild +++ b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mysql-connector-c++ -VERSION=${VERSION:-8.0.24} +VERSION=${VERSION:-8.0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.info b/libraries/mysql-connector-c++/mysql-connector-c++.info index 9f0a6c6b95d6a..e8aeb6ebd7055 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.24" +VERSION="8.0.25" HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" -DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.24-src.tar.gz" -MD5SUM="8c4c1714f2698af91bfab354bde53b2c" +DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.25-src.tar.gz" +MD5SUM="ffb5f42f54be2a42900409b3bce24f8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |