From 848636748eb52d181a25e1c06e4c2147ada8d599 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Fri, 14 Mar 2014 17:16:26 +0300 Subject: [PATCH] New MariaDB version, download links, and hashes. The previous download location is unmaintained and explicitly redirects a user to the official MariaDB download page. The version was also outdated. --- mariadb.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mariadb.json b/mariadb.json index b3d38f7e47..ddf4f7a647 100644 --- a/mariadb.json +++ b/mariadb.json @@ -1,17 +1,17 @@ { "homepage": "http://mariadb.org", - "version": "5.5.33a", + "version": "5.5.36", "license": "GPL2", "architecture": { "64bit": { - "url": "http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.33a/winx64-packages/mariadb-5.5.33a-winx64.zip", - "hash": "md5:ac97429e9288419c1b357c5c84e95fc2", - "extract_dir": "mariadb-5.5.33a-winx64" + "url": "http://mirror.mephi.ru/mariadb/mariadb-5.5.36/winx64-packages/mariadb-5.5.36-winx64.zip", + "hash": "md5:2d920564a6f44d7b767e066c71ec7fa7", + "extract_dir": "mariadb-5.5.36-winx64" }, "32bit": { - "url": "http://ftp.osuosl.org/pub/mariadb/mariadb-5.5.33a/win32-packages/mariadb-5.5.33a-win32.zip", - "hash": "md5:7eb1f673dae6489be98334f4b29bee56", - "extract_dir": "mariadb-5.5.33a-win32" + "url": "http://mirror.mephi.ru/mariadb/mariadb-5.5.36/winx64-packages/mariadb-5.5.36-win32.zip", + "hash": "md5:82f4502f1e262799e59c968a67eee2b2", + "extract_dir": "mariadb-5.5.36-win32" } }, "bin": [ @@ -46,4 +46,4 @@ "bin\\mysql_upgrade_wizard.exe", "bin\\my_print_defaults.exe" ] -} \ No newline at end of file +}