python/google-api-python-client: Updated for version 1.5.1.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-05-30 08:27:01 +02:00 committed by Willy Sudiarto Raharjo
parent db2babc962
commit c91ed4b7ee
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=google-api-python-client
VERSION=${VERSION:-1.5.0}
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="google-api-python-client"
VERSION="1.5.0"
VERSION="1.5.1"
HOMEPAGE="https://github.com/google/google-api-python-client/"
DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.0.tar.gz"
MD5SUM="38bdd2bba37f65284269e424c8620807"
DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.1.tar.gz"
MD5SUM="9c2fe249665f49f0ebb8b15c003b36d3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="httplib2 python-uri-templates python-oauth2client"