diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-20 23:49:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-20 23:49:19 +0700 |
commit | ae5ab063a435fe018078427559e5e9af992b489f (patch) | |
tree | a849f99b5d29cbdbb31a99c4f8f89ea47bd4e573 /libraries | |
parent | 83a6f2b984a86dd21cf2fefd7712301e031cc60b (diff) |
libraries/mysql-connector-c++: Updated for version 8.0.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/mysql-connector-c++/mysql-connector-c++.info | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild index d0d23c7630a71..62bbb2c7b7d62 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-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,14 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 20220419 bkw: Modified by SlackBuilds.org, BUILD=2: -# - move a couple of doc files from /usr to the actual doc dir. -# - do not include CMakeLists.txt in the doc dir. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mysql-connector-c++ -VERSION=${VERSION:-8.0.31} +VERSION=${VERSION:-8.0.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,9 +89,9 @@ cd .. PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKGDOC -rm -f CMakeLists.txt # 20220419 bkw: not documentation. +rm -f CMakeLists.txt cp -a *.txt *.md $PKGDOC -mv $PKG/usr/INFO_* $PKGDOC # 20220419 bkw: this *is* documentation. +mv $PKG/usr/INFO_* $PKGDOC cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.info b/libraries/mysql-connector-c++/mysql-connector-c++.info index 8c74af6827b50..8e6c455cd9601 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.31" +VERSION="8.0.32" HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" -DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.31-src.tar.gz" -MD5SUM="e51d571fe37c75adfc84901b56caefe7" +DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-8.0.32-src.tar.gz" +MD5SUM="82ccb21b227932873d5b9bc3a1f676c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |