diff options
author | Arn0 <yth@ythogtha.org> | 2022-12-30 16:35:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:28:29 +0700 |
commit | 8a7a076063c00ea85966d59e94de847d02f724cc (patch) | |
tree | ea45d8dc736ebdc47674fa73863866aace21aff7 /python/hg-git/hg-git.SlackBuild | |
parent | d6eb563db2b3b498ac3091fc031cd5742d4c6d1b (diff) |
python/hg-git: updated for version 1.0.1
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 b6bfd7368f41f..449a2d53d5aba 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.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |