Commit a553a6a453c9e8e1a7c873456e9df730d7b57e4f
1 parent
04ef5a84
Exists in
master
and in
13 other branches
Update mysql-client to 5.5.37
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
config/software/mysql-client.rb
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | # limitations under the License. | 16 | # limitations under the License. |
17 | # | 17 | # |
18 | name "mysql-client" | 18 | name "mysql-client" |
19 | -default_version "5.5.25a" | 19 | +default_version "5.5.37" |
20 | 20 | ||
21 | dependencies [ | 21 | dependencies [ |
22 | "openssl", | 22 | "openssl", |
@@ -24,8 +24,8 @@ dependencies [ | @@ -24,8 +24,8 @@ dependencies [ | ||
24 | "ncurses" | 24 | "ncurses" |
25 | ] | 25 | ] |
26 | 26 | ||
27 | -source :url => "http://downloads.mysql.com/archives/mysql-5.5/mysql-5.5.25a.tar.gz", | ||
28 | - :md5 => "0841fbc79872c5f467d8c8842f45257a" | 27 | +source :url => "http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.37.tar.gz", |
28 | + :md5 => "bf1d80c66d4822ec6036300399a33c03" | ||
29 | 29 | ||
30 | relative_path "mysql-#{version}" | 30 | relative_path "mysql-#{version}" |
31 | 31 |