mysql: Updated for version 8.0.29

This commit is contained in:
2022-07-14 19:58:52 +02:00
parent 1a9cd0ec81
commit 2f593c7d75
2 changed files with 12 additions and 2 deletions

View File

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mysql
VERSION=${VERSION:-8.0.27}
VERSION=${VERSION:-8.0.29}
BUILD=${BUILD:-1}
# To reduce the package size, the embedded server may be omitted. Currently
@ -81,7 +81,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf ${PKGNAM}-$VERSION
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
tar xvf $CWD/${PKGNAM}-boost-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
chown -R root:root .