mysql: Updated for version 8.4.9
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mysql
|
||||
VERSION=${VERSION:-8.4.8}
|
||||
VERSION=${VERSION:-8.4.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
PRGNAM="mysql"
|
||||
VERSION="8.4.8"
|
||||
VERSION="8.4.9"
|
||||
HOMEPAGE="https://dev.mysql.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-8.4.8.tar.gz"
|
||||
MD5SUM_x86_64="a637cef3a0b385ccbf0939500ee30419"
|
||||
DOWNLOAD_x86_64="https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-8.4.9.tar.gz"
|
||||
MD5SUM_x86_64="7b2591fa0b5388f604cc9b8273eab331"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="belka@caraus.de"
|
||||
|
||||
Reference in New Issue
Block a user