diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-09-05 13:20:52 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 18:24:28 +0700 |
commit | d13aa5dad431ee76fc66e11bc375bc611dcdc1df (patch) | |
tree | 1216d3cd24812ea09f875d3154c7c8e59ba5891c | |
parent | 6ea06a4427014084afe8eab2cd3d25b403ccc329 (diff) |
python/hgsubversion: Updated for version 1.8.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-rw-r--r-- | python/hgsubversion/hgsubversion.SlackBuild | 2 | ||||
-rw-r--r-- | python/hgsubversion/hgsubversion.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/hgsubversion/hgsubversion.SlackBuild b/python/hgsubversion/hgsubversion.SlackBuild index 3efe2f88132a..081669ef5c54 100644 --- a/python/hgsubversion/hgsubversion.SlackBuild +++ b/python/hgsubversion/hgsubversion.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hgsubversion -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info index a714878399d8..3f56b3b8b8bb 100644 --- a/python/hgsubversion/hgsubversion.info +++ b/python/hgsubversion/hgsubversion.info @@ -1,8 +1,8 @@ PRGNAM="hgsubversion" -VERSION="1.8.1" +VERSION="1.8.2" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion" -DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.8.1.tar.gz" -MD5SUM="7ad0e4cd7dc1acabdd076511d485b247" +DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.8.2.tar.gz" +MD5SUM="48f93f9ee78dd388004667e12cb585fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="subvertpy" |