diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-18 14:28:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:08:49 +0700 |
commit | e153fbaf29bbfe8fa8f3fa45b83ea03defac9e52 (patch) | |
tree | 8e54bc5ba6b9b6c088c316b75bbb977b995dd431 /python/hg-git | |
parent | fbd89a0e460d5306fcca02e360c9edfc1040ef6a (diff) |
python/hg-git: updated for version 1.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hg-git')
-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 304b42832de1..4dc6f0f737c2 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.3} +VERSION=${VERSION:-1.1.0} 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 519fabd26e76..663ff4e7dd19 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.3" +VERSION="1.1.0" HOMEPAGE="https://hg-git.github.io/" -DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.3.tar.gz" -MD5SUM="ab1a5a8c0d364701cfb5b92a573a652a" +DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.1.0.tar.gz" +MD5SUM="fcd892c882ed55b7b7c52d864c4b75a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-dulwich" |