mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
mysql: Update to version 8.0.14
This commit is contained in:
parent
8926e0ac32
commit
b9ca1aec61
12
mysql.json
12
mysql.json
@ -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:",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user