aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnu-tar.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gnu-tar.rb b/Library/Formula/gnu-tar.rb
index 9fc03d1fd..975391cda 100644
--- a/Library/Formula/gnu-tar.rb
+++ b/Library/Formula/gnu-tar.rb
@@ -6,6 +6,12 @@ class GnuTar < Formula
mirror 'http://ftp.gnu.org/gnu/tar/tar-1.27.tar.gz'
sha1 '790cf784589a9fcc1ced33517e71051e3642642f'
+ bottle do
+ sha1 "0145c9b2b1b4d54b03afa85514c44dc9755b5afe" => :mavericks
+ sha1 "3816d5a949aada9ed280d524187ab05a4ab28447" => :mountain_lion
+ sha1 "4d9843926d6dc0bb2f19c6e94d537a1f1618986b" => :lion
+ end
+
def install
args = ["--prefix=#{prefix}", "--mandir=#{man}"]
args << "--program-prefix=g"