aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysqlreport.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-28 11:11:25 -0700
committerAdam Vandenberg2012-04-28 11:11:25 -0700
commitd18fd85c7acbc33b4835505314496c315a45bfe5 (patch)
treef7ef189d5c2c5c5d749b9e69947c576cf75f3ade /Library/Formula/mysqlreport.rb
parent7aead294f03f3fe7e00112da3d450fc6d4cb8878 (diff)
downloadhomebrew-d18fd85c7acbc33b4835505314496c315a45bfe5.tar.bz2
MySQLreport: use stable download
Diffstat (limited to 'Library/Formula/mysqlreport.rb')
-rw-r--r--Library/Formula/mysqlreport.rb12
1 files changed, 8 insertions, 4 deletions
diff --git a/Library/Formula/mysqlreport.rb b/Library/Formula/mysqlreport.rb
index 99276d727..5d7836646 100644
--- a/Library/Formula/mysqlreport.rb
+++ b/Library/Formula/mysqlreport.rb
@@ -1,8 +1,12 @@
require 'formula'
-class Mysqlreport < ScriptFileFormula
- url 'http://hackmysql.com/scripts/mysqlreport'
- version '3.5'
+class Mysqlreport < Formula
homepage 'http://hackmysql.com/mysqlreport'
- md5 'cdad8742d2f6e7f5b296a4d1620dfa18'
+ url 'http://hackmysql.com/scripts/mysqlreport-3.5.tgz'
+ md5 '33a345f5e2c89b083a9ff0423f7fd7b4'
+
+ def install
+ bin.install "mysqlreport"
+ doc.install Dir["*.html"]
+ end
end