diff options
author | Arn0 <yth@ythogtha.org> | 2022-12-30 16:35:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:28:29 +0700 |
commit | 8a7a076063c00ea85966d59e94de847d02f724cc (patch) | |
tree | ea45d8dc736ebdc47674fa73863866aace21aff7 /python | |
parent | d6eb563db2b3b498ac3091fc031cd5742d4c6d1b (diff) |
python/hg-git: updated for version 1.0.1
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 b6bfd7368f41f..449a2d53d5aba 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.0} +VERSION=${VERSION:-1.0.1} 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 b140b58eb7b26..8c319f127dfb4 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.0" +VERSION="1.0.1" HOMEPAGE="https://hg-git.github.io/" -DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.0.tar.gz" -MD5SUM="808c29a94b22f3a52b2b9aee717699e0" +DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.1.tar.gz" +MD5SUM="a6bb67235588ad2a86c2aa570b942d01" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-dulwich" |