aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-16 16:44:04 -0700
committerAdam Vandenberg2010-03-16 16:44:19 -0700
commit052d1f235d56c6f198ae9ea88e5076d6ed05cd6f (patch)
tree153e80ae298ec215bf4b92f80113a661c1dc6e9a /Library/Formula/mysql.rb
parent8b6b32738066f83fd2ca3f57613edde3d6511a53 (diff)
downloadhomebrew-052d1f235d56c6f198ae9ea88e5076d6ed05cd6f.tar.bz2
Update MySQL to 5.1.44 (thanks tekin)
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 488ab187a..7612ea776 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mysql <Formula
homepage 'http://dev.mysql.com/doc/refman/5.1/en/'
- url 'http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.43.tar.gz'
- md5 '451fd3e8c55eecdf4c3ed109dce62f01'
+ url 'http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.44.tar.gz'
+ md5 'a16fa6d6c7f40a963919cbc1c5e86111'
depends_on 'readline'
@@ -83,7 +83,7 @@ class Mysql <Formula
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
- <string>#{HOMEBREW_PREFIX}/var</string>
+ <string>#{var}</string>
</dict>
</plist>
EOPLIST