python/hgsubversion: Updated for version 1.5.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2013-07-28 16:27:34 -05:00 committed by Erik Hanson
parent a4486ff495
commit 594342a074
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for hgsubversion
# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt>
# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hgsubversion
VERSION=${VERSION:-1.5}
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="hgsubversion"
VERSION="1.5"
VERSION="1.5.1"
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion"
DOWNLOAD="http://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.5.tar.gz"
MD5SUM="f26526d72c4d7602761baee7bc6eaac0"
DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.5.1.tar.gz"
MD5SUM="1df7d32599b8a05ecba98d8a8c0ae221"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="subvertpy"