s3cmd 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
67c4d2f2c1
commit
9c7268c615
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class S3cmd < Formula
|
||||
url 'http://downloads.sourceforge.net/project/s3tools/s3cmd/1.0.0/s3cmd-1.0.0.tar.gz'
|
||||
url 'http://downloads.sourceforge.net/project/s3tools/s3cmd/1.0.1/s3cmd-1.0.1.tar.gz'
|
||||
homepage 'http://s3tools.org/s3cmd'
|
||||
md5 'e82f0246479015ce50a09d8d4ada8429'
|
||||
md5 'dc62becc03a3e6100843611ebe2707c2'
|
||||
|
||||
def install
|
||||
libexec.install Dir['s3cmd', 'S3']
|
||||
|
|
Loading…
Reference in a new issue