diff options
Diffstat (limited to 'python/httplib2/httplib2.SlackBuild')
-rw-r--r-- | python/httplib2/httplib2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |