diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-27 22:41:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:40 +0700 |
commit | c7b01d098dc5a03aaf3fa7cb82f0f0b70e518a6f (patch) | |
tree | 4cff9d64decdfc94aaa08902f7345f1e6d982d58 /python/boto/boto.SlackBuild | |
parent | a3a94d5d8b6c2b482c360b7176052432fdc952c3 (diff) |
python/boto: Updated for version 2.42.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/boto/boto.SlackBuild')
-rw-r--r-- | python/boto/boto.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/boto/boto.SlackBuild b/python/boto/boto.SlackBuild index b81cfbd73976d..70c3f7aaa439d 100644 --- a/python/boto/boto.SlackBuild +++ b/python/boto/boto.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for boto -# 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=boto -VERSION=${VERSION:-2.38.0} +VERSION=${VERSION:-2.42.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |