diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-05-17 18:53:04 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:21 +0700 |
commit | f030d71060005c8208b018cf1cdfcfd96217fb93 (patch) | |
tree | 1b7876cd877c3e7f9c7a1e4a9f2264458e64415d /python/hgsubversion | |
parent | 95264911cdf83e4ac981f7e1efcd9c156931ce90 (diff) | |
download | slackbuilds-f030d71060005c8208b018cf1cdfcfd96217fb93.tar.gz |
python/hgsubversion: Updated for version 1.8.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hgsubversion')
-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 3970a60ba1..3efe2f8813 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} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/hgsubversion/hgsubversion.info b/python/hgsubversion/hgsubversion.info index 52f7b4d5ee..a714878399 100644 --- a/python/hgsubversion/hgsubversion.info +++ b/python/hgsubversion/hgsubversion.info @@ -1,8 +1,8 @@ PRGNAM="hgsubversion" -VERSION="1.8" +VERSION="1.8.1" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion" -DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.8.tar.gz" -MD5SUM="0e47e2e742b89ba0b9151e486846cf1e" +DOWNLOAD="https://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.8.1.tar.gz" +MD5SUM="7ad0e4cd7dc1acabdd076511d485b247" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="subvertpy" |