diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-04-19 21:18:10 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:53 +0700 |
commit | 68f02e010fb357ae62cfd7ca90e2416f4dd1c337 (patch) | |
tree | 91b6a817a4b7d48b18baab8a58feee42264e427e /python/hg-git/hg-git.SlackBuild | |
parent | f0ecc5ac54d0974a9e045e1b3145e4fd92858898 (diff) | |
download | slackbuilds-68f02e010fb357ae62cfd7ca90e2416f4dd1c337.tar.gz |
python/hg-git: Updated for version 0.8.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hg-git/hg-git.SlackBuild')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index b1344300f2..0a5a337f2b 100644 --- a/python/hg-git/hg-git.SlackBuild +++ b/python/hg-git/hg-git.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hg-git -# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2017 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hg-git -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |