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 | |
parent | fbe08edfdb41f9499ffb81c07b521f5fc7aa8b06 (diff) |
python/hgsubversion: Updated for version 1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/hgsubversion')
-rw-r--r-- | python/hgsubversion/hgsubversion.SlackBuild | 4 | ||||
-rw-r--r-- | python/hgsubversion/hgsubversion.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild index 9e2edfee5a4c..36e0f0a7540e 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} diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info index 3eba23b78c55..8b8817c4b5ef 100644 --- a/python/hgsubversion/hgsubversion.info +++ b/python/hgsubversion/hgsubversion.info @@ -1,8 +1,8 @@ PRGNAM="hgsubversion" -VERSION="1.5.1" +VERSION="1.6" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion" -DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.5.1.tar.gz" -MD5SUM="1df7d32599b8a05ecba98d8a8c0ae221" +DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.6.tar.gz" +MD5SUM="865b0d723dc3358406f56646683d0e04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="subvertpy" |