mysql: Updated for version 8.4.9

This commit is contained in:
2026-04-22 08:25:50 +02:00
parent bcf15d4411
commit 2caeda6530
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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"