diff options
| author | Jack Nagel | 2013-06-25 09:57:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-25 09:57:52 -0500 |
| commit | ba37612e46e18479f18c6f7a97b99837dc209dfc (patch) | |
| tree | c266d7b1346c3181005acbdef60f3645dfd59ec7 | |
| parent | 3e753d624b7d2035549926f9410e31f8b0d147a2 (diff) | |
| download | homebrew-ba37612e46e18479f18c6f7a97b99837dc209dfc.tar.bz2 | |
mysql: fix checksum
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 9851d71bc..bd1b83773 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -4,7 +4,7 @@ class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.6/en/' url 'http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.12.tar.gz/from/http://cdn.mysql.com/' version '5.6.12' - sha1 '852e168fd39bb24adf8805642be20a59042c2e6c' + sha1 'c48ae4061c23db89de7ebd2d25abbc36283bab69' bottle do sha1 'bbfa381e1c2ac2c3dc2a3811bc530116343d94be' => :mountain_lion |
