summaryrefslogtreecommitdiffstats
path: root/python/hgsubversion
diff options
context:
space:
mode:
author Audrius Kažukauskas2017-11-02 18:32:46 +0100
committer Willy Sudiarto Raharjo2017-11-04 01:17:36 +0100
commit3730a1b741547ddd2b869bef4207c3fd072368f7 (patch)
treeac07d10dc00bf6225a4cd660ed4a1ffff6266af4 /python/hgsubversion
parentbaf8e085b723f712fa0cb14e63a760835bab8d82 (diff)
downloadslackbuilds-3730a1b741547ddd2b869bef4207c3fd072368f7.tar.gz
python/hgsubversion: Updated for version 1.9.
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 7ab7bea03b..7166645884 100644
--- a/python/hgsubversion/hgsubversion.SlackBuild
+++ b/python/hgsubversion/hgsubversion.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hgsubversion
-VERSION=${VERSION:-1.8.7}
+VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -eu
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info
index a568e31fc0..aa940c51de 100644
--- a/python/hgsubversion/hgsubversion.info
+++ b/python/hgsubversion/hgsubversion.info
@@ -1,8 +1,8 @@
PRGNAM="hgsubversion"
-VERSION="1.8.7"
+VERSION="1.9"
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion"
-DOWNLOAD="https://pypi.python.org/packages/1c/b8/ff4d2e0ec486f9765b410f09728c02a010e7485d68d6154968074498a403/hgsubversion-1.8.7.tar.gz"
-MD5SUM="289f1c36c13bd6a3435a9be390a77bdc"
+DOWNLOAD="https://pypi.python.org/packages/db/26/7293a6c6b85e2a74ab452e9ba7f00b04ff0e440e6cd4f84131ac5d5e6b22/hgsubversion-1.9.tar.gz"
+MD5SUM="0c6f93ef12cc2e7fe67286f16bcc7211"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="subvertpy"