diff options
author | Arn0 <yth@ythogtha.org> | 2023-03-06 21:59:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:14 +0700 |
commit | f4eb13835f20fa331696ac736ed044cccd9aa749 (patch) | |
tree | 57d833220b8d22a8766b453f1b7aeae62a3a63cd /python/hg-git/hg-git.SlackBuild | |
parent | b566c7061bc56b405192f48e19ad28d950f916d3 (diff) |
python/hg-git: Updated for version 1.0.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hg-git/hg-git.SlackBuild')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 449a2d53d5..3493f7115d 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.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |