diff --git a/mariadb.json b/mariadb.json new file mode 100644 index 0000000000..16e3389a5b --- /dev/null +++ b/mariadb.json @@ -0,0 +1,49 @@ +{ + "homepage": "http://mariadb.org", + "version": "5.5.33a", + "license": "GPL2", + "architecture": { + "64bit": { + "url": "https://downloads.mariadb.org/f/mariadb-5.5.33a/winx64-packages/mariadb-5.5.33a-winx64.zip/from/http:/ftp.osuosl.org/pub/mariadb#/dl.zip", + "hash": "11c4e560e3a5baa99aa5e5ef0552a9f2740169322e64a112258bf7b7ef8567b1", + "extract_dir": "mariadb-5.5.33a-winx64" + }, + "32bit": { + "url": "https://downloads.mariadb.org/f/mariadb-5.5.33a/win32-packages/mariadb-5.5.33a-win32.zip/from/http:/ftp.osuosl.org/pub/mariadb#/dl.zip", + "hash": "68d10fe01444f4c3db3c86401794f76611c8f1f30847bc4ac493f5d6190ab636", + "extract_dir": "mariadb-5.5.33a-win32" + } + }, + "bin": [ + "bin\\aria_chk.exe", + "bin\\aria_dump_log.exe", + "bin\\aria_ftdump.exe", + "bin\\aria_pack.exe", + "bin\\aria_read_log.exe", + "bin\\myisamchk.exe", + "bin\\myisamlog.exe", + "bin\\myisampack.exe", + "bin\\myisam_ftdump.exe", + "bin\\mysql.exe", + "bin\\mysqladmin.exe", + "bin\\mysqlbinlog.exe", + "bin\\mysqlcheck.exe", + "bin\\mysqld.exe", + "bin\\mysqldump.exe", + "bin\\mysqlimport.exe", + "bin\\mysqlshow.exe", + "bin\\mysqlslap.exe", + "bin\\mysqltest.exe", + "bin\\mysqltest_embedded.exe", + "bin\\mysql_client_test.exe", + "bin\\mysql_client_test_embedded.exe", + "bin\\mysql_embedded.exe", + "bin\\mysql_install_db.exe", + "bin\\mysql_plugin.exe", + "bin\\mysql_tzinfo_to_sql.exe", + "bin\\mysql_upgrade.exe", + "bin\\mysql_upgrade_service.exe", + "bin\\mysql_upgrade_wizard.exe", + "bin\\my_print_defaults.exe" + ] +} \ No newline at end of file