summaryrefslogtreecommitdiffstats
path: root/python/hgsubversion
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2015-02-10 22:45:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-15 07:56:26 +0700
commit55c94e11dadff715e4ebef540acf4629a6aff739 (patch)
tree4b8d6d057ea824b7a74cc5d896c8287afe397fac /python/hgsubversion
parentb022339b1add90d8980548b17f228c75479aff96 (diff)
downloadslackbuilds-55c94e11dadff715e4ebef540acf4629a6aff739.tar.gz
slackbuilds-55c94e11dadff715e4ebef540acf4629a6aff739.tar.xz
python/hgsubversion: Updated for version 1.8.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
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 f4325d3656..3970a60ba1 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hgsubversion
-# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2015 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.7}
+VERSION=${VERSION:-1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info
index a8043b56b0..52f7b4d5ee 100644
--- a/python/hgsubversion/hgsubversion.info
+++ b/python/hgsubversion/hgsubversion.info
@@ -1,8 +1,8 @@
PRGNAM="hgsubversion"
-VERSION="1.7"
+VERSION="1.8"
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion"
-DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.7.tar.gz"
-MD5SUM="e1ba2c787ef3847b3995b4a1597d3de1"
+DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.8.tar.gz"
+MD5SUM="0e47e2e742b89ba0b9151e486846cf1e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="subvertpy"