s3cmd 1.6.1
Closes Homebrew/homebrew#49319. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
1e89286344
commit
2710a669c8
1 changed files with 11 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
class S3cmd < Formula
|
||||
desc "Command-line tool for the Amazon S3 service"
|
||||
homepage "http://s3tools.org/s3cmd"
|
||||
url "https://downloads.sourceforge.net/project/s3tools/s3cmd/1.6.0/s3cmd-1.6.0.tar.gz"
|
||||
sha256 "04279ee26c661d4b740449460ed93a74ffec91616f685474beea97e930fdfa5c"
|
||||
url "https://downloads.sourceforge.net/project/s3tools/s3cmd/1.6.1/s3cmd-1.6.1.tar.gz"
|
||||
sha256 "4675794f84d8744ee3d35873d180f41c7b2116895ccbe2738a9bc552e1cf214e"
|
||||
head "https://github.com/s3tools/s3cmd.git"
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
|
@ -15,13 +15,18 @@ class S3cmd < Formula
|
|||
end
|
||||
|
||||
resource "six" do
|
||||
url "https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz"
|
||||
sha256 "e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5"
|
||||
url "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz"
|
||||
sha256 "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
|
||||
end
|
||||
|
||||
resource "python-dateutil" do
|
||||
url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.0.tar.gz"
|
||||
sha256 "439df33ce47ef1478a4f4765f3390eab0ed3ec4ae10be32f2930000c8d19f417"
|
||||
url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.2.tar.gz"
|
||||
sha256 "3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d"
|
||||
end
|
||||
|
||||
resource "python-magic" do
|
||||
url "https://pypi.python.org/packages/source/p/python-magic/python-magic-0.4.10.tar.gz"
|
||||
sha256 "79fd2865ec96074749825f9e9562953995d5bf12b6793f24d75c37479ad4a2c3"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue