diff options
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 |
commit | f4eb13835f20fa331696ac736ed044cccd9aa749 (patch) | |
tree | 57d833220b8d22a8766b453f1b7aeae62a3a63cd | |
parent | b566c7061bc56b405192f48e19ad28d950f916d3 (diff) |
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>
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 2 | ||||
-rw-r--r-- | python/hg-git/hg-git.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 449a2d53d5ab..3493f7115d87 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 8c319f127dfb..47fd4461cc3c 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" |