From 1a0ad2215c78ac697d11bf3080d7916aa3bbcd58 Mon Sep 17 00:00:00 2001 From: MPLew-is Date: Wed, 23 Mar 2016 03:47:54 -0400 Subject: [PATCH] Add MySQL app manifest --- mysql.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mysql.json diff --git a/mysql.json b/mysql.json new file mode 100644 index 0000000000..3580ad4d06 --- /dev/null +++ b/mysql.json @@ -0,0 +1,28 @@ +{ + "homepage": "https://dev.mysql.com/downloads/mysql/", + "version": "5.7.11", + "license": "GPLv2", + "architecture": { + "64bit": { + "url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-winx64.zip", + "hash": "md5:9805750100ab3e2411f4887eb5f4cb77" + }, + "32bit": { + "url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-win32.zip", + "hash": "md5:710b588c8df3134c87818f765118329a" + } + }, + "bin": [ + "bin\\mysqld.exe", + "bin\\mysql.exe", + "bin\\mysqldump.exe", + "bin\\mysqladmin.exe", + "bin\\mysqlbinlog.exe", + "bin\\mysqlcheck.exe", + "bin\\mysqlimport.exe", + "bin\\mysqlshow.exe", + "bin\\mysqlslap.exe", + "bin\\mysqltest.exe", + "bin\\my_print_defaults.exe" + ] +}