mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/hg-git: reverted to version 1.0.5, because mercurial is too old
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b303be6e52
commit
d09703e96f
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=hg-git
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hg-git"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.0.5"
|
||||
HOMEPAGE="https://hg-git.github.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.1.1.tar.gz"
|
||||
MD5SUM="9c574dfd6efbbc77dd2e2d70bab87643"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-1.0.5.tar.gz"
|
||||
MD5SUM="49010912771fc0278fbfd92a26670db5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dulwich"
|
||||
|
|
Loading…
Reference in a new issue