mysql: Updated for version 8.0.29
This commit is contained in:
parent
1a9cd0ec81
commit
2f593c7d75
@ -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 .
|
||||
|
10
private/mysql/mysql.info
Normal file
10
private/mysql/mysql.info
Normal file
@ -0,0 +1,10 @@
|
||||
PRGNAM="mysql"
|
||||
VERSION="8.0.29"
|
||||
HOMEPAGE="https://dev.mysql.com"
|
||||
DOWNLOAD=""
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.29.tar.gz"
|
||||
MD5SUM_x86_64="42fbfe0569089c20f9aa457b3f367d50"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="belka@caraus.de"
|
Loading…
Reference in New Issue
Block a user