python/hg-git: updated for version 1.1.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-01-18 14:28:06 +01:00 committed by Willy Sudiarto Raharjo
parent fbd89a0e46
commit e153fbaf29
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"