summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02024-03-15 09:07:51 +0100
committer Willy Sudiarto Raharjo2024-03-15 14:27:42 +0100
commitd09703e96f7e535dbe7824e87b7d90f0d4b03905 (patch)
tree3876fd96308934e0f4a9d6545033aeb175d05d4b
parentb303be6e52340dfb1298e35f3da4ad003460c187 (diff)
downloadslackbuilds-d09703e96f7e535dbe7824e87b7d90f0d4b03905.tar.gz
python/hg-git: reverted to version 1.0.5, because mercurial is too old
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/hg-git/hg-git.SlackBuild2
-rw-r--r--python/hg-git/hg-git.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild
index c1ee313ab2..b7571c0686 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.1.1}
+VERSION=${VERSION:-1.0.5}
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 69a61f3baa..3f47c4346a 100644
--- a/python/hg-git/hg-git.info
+++ b/python/hg-git/hg-git.info
@@ -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"