aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-01 16:24:37 +0000
committerMike McQuaid2015-01-01 16:48:45 +0000
commitbd1896dbde763b9cb3ebf7420aaecf47c4b01988 (patch)
tree1734b4c7a93ce582e0517f3f0b1fd88aa15f509b /Library
parent45a2922620c3b5f846666e99037d26919ac05e67 (diff)
downloadhomebrew-bd1896dbde763b9cb3ebf7420aaecf47c4b01988.tar.bz2
osxutils: add 1.8.1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/osxutils.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/osxutils.rb b/Library/Formula/osxutils.rb
index 6d18bd8cf..5214f0c7d 100644
--- a/Library/Formula/osxutils.rb
+++ b/Library/Formula/osxutils.rb
@@ -4,6 +4,13 @@ class Osxutils < Formula
url "https://github.com/vasi/osxutils/archive/v1.8.1.tar.gz"
sha1 "b6c0e2b0c699a4bf9d51c582c8107ce40cfdec8b"
+ bottle do
+ cellar :any
+ sha1 "b2b540572693c94922b19b7109fb337bc45ffddf" => :yosemite
+ sha1 "1f29480eab579c4f97606aabe89d8b39c1c440dd" => :mavericks
+ sha1 "a76a3906847c9bdfa934ee46c7bcdeee772f1c26" => :mountain_lion
+ end
+
conflicts_with "trash", :because => 'both install a trash binary'
conflicts_with "leptonica",
:because => "both leptonica and osxutils ship a `fileinfo` executable."