aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnu-which.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gnu-which.rb b/Library/Formula/gnu-which.rb
index 37ffae3b6..49664387b 100644
--- a/Library/Formula/gnu-which.rb
+++ b/Library/Formula/gnu-which.rb
@@ -7,6 +7,13 @@ class GnuWhich < Formula
mirror "https://ftp.gnu.org/gnu/which/which-2.20.tar.gz"
sha1 "3bcd6d87aa5231917ba7123319eedcae90cfa0fd"
+ bottle do
+ cellar :any
+ sha1 "567d232b6ad4221f446d2862a8f9e230d0a51eba" => :yosemite
+ sha1 "18afa8a2d0e56b74c0d22a02dd24b46635d2e14b" => :mavericks
+ sha1 "705c8aa57e1f67b7e9d61c36088902f0562aa2bf" => :mountain_lion
+ end
+
deprecated_option "default-names" => "with-default-names"
option "with-default-names", "Do not prepend 'g' to the binary"