aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-11-09 17:30:54 +0000
committerJack Nagel2014-11-11 20:16:11 -0600
commit47bb77f688e57c5b4aa058e51bf3fbd506b87937 (patch)
tree9d550e83a657aa5beb4981bfbd01c440b9b0ceac
parent4d3faa037d1ad97d001bd108aeb6beb9e35247d2 (diff)
downloadhomebrew-47bb77f688e57c5b4aa058e51bf3fbd506b87937.tar.bz2
dfu-util: add 0.8 bottle.
-rw-r--r--Library/Formula/dfu-util.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/dfu-util.rb b/Library/Formula/dfu-util.rb
index f2bcc14ad..962b85b11 100644
--- a/Library/Formula/dfu-util.rb
+++ b/Library/Formula/dfu-util.rb
@@ -6,6 +6,13 @@ class DfuUtil < Formula
url "http://ftp.de.debian.org/debian/pool/main/d/dfu-util/dfu-util_0.8.orig.tar.gz"
sha1 "164551ca40f0c569eb7ae3263a9945a1ef3fed4d"
+ bottle do
+ cellar :any
+ sha1 "285f3043fe09291b4485fe3c4dac36025489bca8" => :yosemite
+ sha1 "ed8be24bc65f7fc2791c42311be08f67649b6e23" => :mavericks
+ sha1 "cd533314e4700a3d746330b12aa08407f693d7a4" => :mountain_lion
+ end
+
depends_on "pkg-config" => :build
depends_on "libusb"