diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-07 19:52:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-09 00:31:59 +0700 |
commit | 866a01aade0d90e7e7a8f83f617fb92c51bb8b5f (patch) | |
tree | e90dd41ccd24d025af16bcd9b7170199d6e342eb /python | |
parent | e0312b06e99a3f198a89e5281b23c58e9aae20b9 (diff) |
python/hg-git: updated for version 1.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 3493f7115d87..304b42832de1 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.2} +VERSION=${VERSION:-1.0.3} 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 47fd4461cc3c..519fabd26e76 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.2" +VERSION="1.0.3" HOMEPAGE="https://hg-git.github.io/" -DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.2.tar.gz" -MD5SUM="087d9f2d6630af323001e9ec950571a8" +DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.3.tar.gz" +MD5SUM="ab1a5a8c0d364701cfb5b92a573a652a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-dulwich" |