summaryrefslogtreecommitdiffstats
path: root/python/httplib2
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-03-11 18:13:22 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-12 06:42:40 +0700
commit05e785a730c87577e866ed13c715139180fff5c9 (patch)
treeff4c45f9701fa3a0acd11466bc264ae91b559a3a /python/httplib2
parent3b52e6a411992162a3e2ba9b852d19c5ffaae549 (diff)
downloadslackbuilds-05e785a730c87577e866ed13c715139180fff5c9.tar.gz
slackbuilds-05e785a730c87577e866ed13c715139180fff5c9.tar.xz
python/httplib2: Updated for version 0.9.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/httplib2')
-rw-r--r--python/httplib2/httplib2.SlackBuild8
-rw-r--r--python/httplib2/httplib2.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/httplib2/httplib2.SlackBuild b/python/httplib2/httplib2.SlackBuild
index 28800c5212..a2b4603e5d 100644
--- a/python/httplib2/httplib2.SlackBuild
+++ b/python/httplib2/httplib2.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for httplib2
-# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# 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.9}
+VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +56,7 @@ fi
PYTHON=python
[ "${PYTHON3:-no}" = "yes" ] && PYTHON=python3
-DOCS="CHANGELOG README.md"
+DOCS="CHANGELOG LICENSE README.md"
set -e
@@ -64,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/python/httplib2/httplib2.info b/python/httplib2/httplib2.info
index cb5640c1aa..9828b5245d 100644
--- a/python/httplib2/httplib2.info
+++ b/python/httplib2/httplib2.info
@@ -1,8 +1,8 @@
PRGNAM="httplib2"
-VERSION="0.9"
+VERSION="0.9.2"
HOMEPAGE="https://github.com/jcgregorio/httplib2"
-DOWNLOAD="https://github.com/jcgregorio/httplib2/archive/v0.9.tar.gz"
-MD5SUM="5fd16fb863d33dca000b2590f75e5ed7"
+DOWNLOAD="https://github.com/jcgregorio/httplib2/archive/0.9.2.tar.gz"
+MD5SUM="eb39d90dc64bd12a94184d76bddc65a3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""