Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
switch to sha1sum because of homebrew breaking md5
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Jan 31, 2013
1 parent 4fa5b4f commit 14939fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/brews/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Mysql < Formula
homepage 'http://dev.mysql.com/doc/refman/5.5/en/'
url 'http://downloads.mysql.com/archives/mysql-5.5/mysql-5.5.20.tar.gz'
md5 '375794ebf84b4c7b63f1676bc7416cd0'
sha1 'd5066327c41ac5a338ca0bb748e50bc4e1902442'
version '5.5.20-boxen2'

depends_on 'cmake' => :build
Expand Down

0 comments on commit 14939fe

Please sign in to comment.