mysql: Update to version 8.0.14

This commit is contained in:
Richard Kuhnt 2019-01-21 11:00:31 +00:00
parent 8926e0ac32
commit b9ca1aec61

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://dev.mysql.com/downloads/mysql/", "homepage": "https://dev.mysql.com/downloads/mysql/",
"version": "8.0.13", "version": "8.0.14",
"license": "GPL-2.0", "license": "GPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.13-winx64.zip", "url": "https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.14-winx64.zip",
"hash": "md5:34a5983273314c99fdbc4a17b01d5859", "hash": "md5:227dadd6a3c89dda1032be27619924ee",
"extract_dir": "mysql-8.0.13-winx64" "extract_dir": "mysql-8.0.14-winx64"
} }
}, },
"bin": [ "bin": [
@ -39,9 +39,7 @@
"bin/resolveip.exe", "bin/resolveip.exe",
"bin/zlib_decompress.exe" "bin/zlib_decompress.exe"
], ],
"persist": [ "persist": "data",
"data"
],
"post_install": [ "post_install": [
"if (!(Test-Path \"$dir/my.ini\")) {", "if (!(Test-Path \"$dir/my.ini\")) {",
" # Using $dir instead of $persist_dir, causes this error:", " # Using $dir instead of $persist_dir, causes this error:",