mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Upgrade to MySQL 5.7.13 (#914)
This commit is contained in:
parent
1e1b405b97
commit
f338c491ca
14
mysql.json
14
mysql.json
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://dev.mysql.com/downloads/mysql/",
|
"homepage": "https://dev.mysql.com/downloads/mysql/",
|
||||||
"version": "5.7.12",
|
"version": "5.7.13",
|
||||||
"license": "GPLv2",
|
"license": "GPLv2",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.12-winx64.zip",
|
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.13-winx64.zip",
|
||||||
"hash": "md5:22171697d44c68a8750d2ca0448a847f",
|
"hash": "md5:4a80ba4a81468fd848258367c8e81d76",
|
||||||
"extract_dir": "mysql-5.7.12-winx64"
|
"extract_dir": "mysql-5.7.13-winx64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.12-win32.zip",
|
"url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.13-win32.zip",
|
||||||
"hash": "md5:40ec6847b5cb7858b10e1d18dd86d495",
|
"hash": "md5:cea41a9b2e6b0ef62746700aa85ddea3",
|
||||||
"extract_dir": "mysql-5.7.12-win32"
|
"extract_dir": "mysql-5.7.13-win32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user