aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnu-units.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gnu-units.rb b/Library/Formula/gnu-units.rb
index 75c42d630..941aa8e16 100644
--- a/Library/Formula/gnu-units.rb
+++ b/Library/Formula/gnu-units.rb
@@ -6,6 +6,12 @@ class GnuUnits < Formula
mirror "http://ftp.gnu.org/gnu/units/units-2.02.tar.gz"
sha1 "e460371dc97034d17ce452e6b64991f7fd2d1409"
+ bottle do
+ sha1 "255fd50fc880467483ae2654d1c34cd452247847" => :yosemite
+ sha1 "43beaf9b66127bd29a393e2386c2c9a53522762f" => :mavericks
+ sha1 "7d9b3438fbfeaa0d8a428a1ed6496df9d1c92cc6" => :mountain_lion
+ end
+
deprecated_option "default-names" => "with-default-names"
option "with-default-names", "Do not prepend 'g' to the binary"