aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/s3cmd.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-02-23 12:31:08 +0000
committerMike McQuaid2014-02-23 12:40:34 +0000
commit8686e68d27dcdec89af41246b2872984cacdcc85 (patch)
tree55fd0d5265be56b3240b703c40dd3a338176d086 /Library/Formula/s3cmd.rb
parentec5a7352b3214033d0a1caef57b7d59438488366 (diff)
downloadhomebrew-8686e68d27dcdec89af41246b2872984cacdcc85.tar.bz2
s3cmd: add 1.0.1 bottle.
Diffstat (limited to 'Library/Formula/s3cmd.rb')
-rw-r--r--Library/Formula/s3cmd.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/s3cmd.rb b/Library/Formula/s3cmd.rb
index 0a1bdaf14..294ff0840 100644
--- a/Library/Formula/s3cmd.rb
+++ b/Library/Formula/s3cmd.rb
@@ -12,6 +12,13 @@ class S3cmd < Formula
version "1.5.0-beta1"
end
+ bottle do
+ cellar :any
+ sha1 "6504b103e65ce2dfdde9220a0f2b9033bf90bb5f" => :mavericks
+ sha1 "59fbbbfc85dba185128e69b03f2c73ec96653bf9" => :mountain_lion
+ sha1 "54e4d1c752eb3da312d05ce507d4979e8edb898f" => :lion
+ end
+
def install
libexec.install 's3cmd', 'S3'
man1.install 's3cmd.1'