diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-07 19:52:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-09 00:31:59 +0700 |
commit | 866a01aade0d90e7e7a8f83f617fb92c51bb8b5f (patch) | |
tree | e90dd41ccd24d025af16bcd9b7170199d6e342eb /python/hg-git/hg-git.SlackBuild | |
parent | e0312b06e99a3f198a89e5281b23c58e9aae20b9 (diff) |
python/hg-git: updated for version 1.0.3
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 3493f7115d87e..304b42832de14 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.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |