diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-27 19:46:02 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:40 +0700 |
commit | a3a94d5d8b6c2b482c360b7176052432fdc952c3 (patch) | |
tree | b089c494a16510c1ae1164f2a1a7a65a9b395428 /python/boto3/boto3.SlackBuild | |
parent | 84a8aeb19b4ad792f337df9fca0236603d13d971 (diff) | |
download | slackbuilds-a3a94d5d8b6c2b482c360b7176052432fdc952c3.tar.gz |
python/boto3: Updated for version 1.3.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/boto3/boto3.SlackBuild')
-rw-r--r-- | python/boto3/boto3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/boto3/boto3.SlackBuild b/python/boto3/boto3.SlackBuild index 71ded0f176..bc5e849dc3 100644 --- a/python/boto3/boto3.SlackBuild +++ b/python/boto3/boto3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for boto3 -# Copyright 2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2015-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=boto3 -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |