diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-03-12 19:56:14 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:19 -0600 |
commit | 7abf21fc5a464aefb4f73f6edaa67f475fd1c53c (patch) | |
tree | 2a220d9afc72bc32987e2893148c3d715c72ae26 /python/httplib2 | |
parent | b78013477a6ddb5854741327e49a654a8711911d (diff) | |
download | slackbuilds-7abf21fc5a464aefb4f73f6edaa67f475fd1c53c.tar.gz |
python/httplib2: Updated for version 0.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/httplib2')
-rw-r--r-- | python/httplib2/httplib2.SlackBuild | 4 | ||||
-rw-r--r-- | python/httplib2/httplib2.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/httplib2/httplib2.SlackBuild b/python/httplib2/httplib2.SlackBuild index 435e6fb8b7..e9b2e98149 100644 --- a/python/httplib2/httplib2.SlackBuild +++ b/python/httplib2/httplib2.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for httplib2 -# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2012 +# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=httplib2 -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/httplib2/httplib2.info b/python/httplib2/httplib2.info index 4afda88a44..34b794f052 100644 --- a/python/httplib2/httplib2.info +++ b/python/httplib2/httplib2.info @@ -1,8 +1,8 @@ PRGNAM="httplib2" -VERSION="0.7.4" +VERSION="0.8" HOMEPAGE="https://code.google.com/p/httplib2/" -DOWNLOAD="http://httplib2.googlecode.com/files/httplib2-0.7.4.tar.gz" -MD5SUM="9501be67448bf8f673ad3f68e6d3cd22" +DOWNLOAD="http://httplib2.googlecode.com/files/httplib2-0.8.tar.gz" +MD5SUM="a143657998f6752be998e2ec740e7dec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |