summaryrefslogtreecommitdiffstats
path: root/python/hgsubversion
diff options
context:
space:
mode:
author Audrius Kažukauskas2013-07-28 23:27:34 +0200
committer Erik Hanson2013-10-12 21:38:04 +0200
commit594342a074cf931043e4ac2436935f607409010e (patch)
treecdac863d8fc23648fd1981403d50e85e6fb656d0 /python/hgsubversion
parenta4486ff495c9c781bc699a4b54e921a16d503da6 (diff)
downloadslackbuilds-594342a074cf931043e4ac2436935f607409010e.tar.gz
python/hgsubversion: Updated for version 1.5.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/hgsubversion')
-rw-r--r--python/hgsubversion/hgsubversion.SlackBuild4
-rw-r--r--python/hgsubversion/hgsubversion.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild
index 21292bd5a7..51195a48df 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -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}
diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info
index b2a1540108..3eba23b78c 100644
--- a/python/hgsubversion/hgsubversion.info
+++ b/python/hgsubversion/hgsubversion.info
@@ -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"