diff options
Diffstat (limited to 'Library/Formula/s3cmd.rb')
| -rw-r--r-- | Library/Formula/s3cmd.rb | 7 |
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' |
