aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sysbench.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-02-20 12:15:39 +0000
committerMike McQuaid2015-02-20 12:15:47 +0000
commit7c24c89a6ebeb04e2eed347bd712830465c889d6 (patch)
tree4c81fac9a2d6cdd9aa849f6abb42bfa7d2083b25 /Library/Formula/sysbench.rb
parentae8da3aa31b6091d0fadb58d23e6c915389ee84d (diff)
downloadhomebrew-7c24c89a6ebeb04e2eed347bd712830465c889d6.tar.bz2
sysbench: fix bottle location.
Diffstat (limited to 'Library/Formula/sysbench.rb')
-rw-r--r--Library/Formula/sysbench.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sysbench.rb b/Library/Formula/sysbench.rb
index ba2d1b268..836108cab 100644
--- a/Library/Formula/sysbench.rb
+++ b/Library/Formula/sysbench.rb
@@ -2,6 +2,8 @@ class Sysbench < Formula
homepage "https://launchpad.net/sysbench"
url "http://ftp.de.debian.org/debian/pool/main/s/sysbench/sysbench_0.4.12.orig.tar.gz"
sha1 "3f346e8b29b738711546970b027bbb7359d4672a"
+ revision 1
+
bottle do
cellar :any
sha1 "de4a0e7d639cb56d767a937268ddd02f90737504" => :yosemite
@@ -9,8 +11,6 @@ class Sysbench < Formula
sha1 "1b5819b0214bd5fdebe25171fe6840362593e08e" => :mountain_lion
end
- revision 1
-
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "openssl"