summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-03-06 21:59:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:14 +0700
commitf4eb13835f20fa331696ac736ed044cccd9aa749 (patch)
tree57d833220b8d22a8766b453f1b7aeae62a3a63cd /python
parentb566c7061bc56b405192f48e19ad28d950f916d3 (diff)
downloadslackbuilds-f4eb13835f20fa331696ac736ed044cccd9aa749.tar.gz
slackbuilds-f4eb13835f20fa331696ac736ed044cccd9aa749.tar.xz
python/hg-git: Updated for version 1.0.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/hg-git/hg-git.SlackBuild2
-rw-r--r--python/hg-git/hg-git.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild
index 449a2d53d5..3493f7115d 100644
--- a/python/hg-git/hg-git.SlackBuild
+++ b/python/hg-git/hg-git.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hg-git
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/hg-git/hg-git.info b/python/hg-git/hg-git.info
index 8c319f127d..47fd4461cc 100644
--- a/python/hg-git/hg-git.info
+++ b/python/hg-git/hg-git.info
@@ -1,8 +1,8 @@
PRGNAM="hg-git"
-VERSION="1.0.1"
+VERSION="1.0.2"
HOMEPAGE="https://hg-git.github.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.1.tar.gz"
-MD5SUM="a6bb67235588ad2a86c2aa570b942d01"
+DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.2.tar.gz"
+MD5SUM="087d9f2d6630af323001e9ec950571a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dulwich"