diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-03-31 13:38:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:41 +0700 |
commit | 547134de134081a4fb74dcc6af0a94ee23816f4d (patch) | |
tree | 69352a9dd342c1c222f4316d75ec8a0a9a41124f /python/hgsubversion/hgsubversion.SlackBuild | |
parent | fbe08edfdb41f9499ffb81c07b521f5fc7aa8b06 (diff) | |
download | slackbuilds-547134de134081a4fb74dcc6af0a94ee23816f4d.tar.gz |
python/hgsubversion: Updated for version 1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hgsubversion/hgsubversion.SlackBuild')
-rw-r--r-- | python/hgsubversion/hgsubversion.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild index 9e2edfee5a..36e0f0a754 100644 --- a/python/hgsubversion/hgsubversion.SlackBuild +++ b/python/hgsubversion/hgsubversion.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hgsubversion -# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2014 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=hgsubversion -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |