diff options
-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 21292bd5a7..51195a48df 100644 --- a/python/hgsubversion/hgsubversion.SlackBuild +++ b/python/hgsubversion/hgsubversion.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hgsubversion -# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2013 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} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info index b2a1540108..3eba23b78c 100644 --- a/python/hgsubversion/hgsubversion.info +++ b/python/hgsubversion/hgsubversion.info @@ -1,8 +1,8 @@ PRGNAM="hgsubversion" -VERSION="1.5" +VERSION="1.5.1" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion" -DOWNLOAD="http://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.5.tar.gz" -MD5SUM="f26526d72c4d7602761baee7bc6eaac0" +DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.5.1.tar.gz" +MD5SUM="1df7d32599b8a05ecba98d8a8c0ae221" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="subvertpy" |