python/s3cmd: Updated for version 1.6.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
7bce60f306
commit
8a22677f62
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for s3cmd
|
||||
|
||||
# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2011-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=s3cmd
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="s3cmd"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="http://s3tools.org/s3cmd"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.6.0.tar.gz"
|
||||
MD5SUM="c07a81248b4f26b299ada8ab4ccc8801"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/s3tools/s3cmd-1.6.1.tar.gz"
|
||||
MD5SUM="d7477e7000a98552932d23e279d69a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-dateutil"
|
||||
|
|
Loading…
Reference in New Issue