aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/s3cmd.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/s3cmd.rb b/Library/Formula/s3cmd.rb
index bc413991e..f27282ae5 100644
--- a/Library/Formula/s3cmd.rb
+++ b/Library/Formula/s3cmd.rb
@@ -6,6 +6,11 @@ class S3cmd < Formula
sha1 '4a6f7bfb9300b728ca466967b91aa07521ef6f80'
head 'https://github.com/s3tools/s3cmd.git'
+ devel do
+ url 'https://github.com/s3tools/s3cmd/archive/v1.5.0-alpha3.tar.gz'
+ sha1 '18e980c66bdf5fa1c606c95727d43978a4d90635'
+ end
+
def install
libexec.install 's3cmd', 'S3'
man1.install 's3cmd.1'