libraries/botocore: Updated for version 0.66.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2014-10-25 07:11:46 +03:00
parent fb67a564c9
commit 2dfa7f1427
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=botocore
VERSION=${VERSION:-0.64.0}
VERSION=${VERSION:-0.66.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="botocore"
VERSION="0.64.0"
VERSION="0.66.0"
HOMEPAGE="https://github.com/boto/botocore"
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-0.64.0.tar.gz"
MD5SUM="f4ce644d0066cdd1c705fad368d5e874"
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-0.66.0.tar.gz"
MD5SUM="2c7775ff55b3516362844d47b6b48cae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-dateutil jmespath"