diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-05-17 18:33:43 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 23:45:21 +0700 |
commit | 95264911cdf83e4ac981f7e1efcd9c156931ce90 (patch) | |
tree | 6dbce7afb0094c917afdcfe4c3000ee9cf8a93dc /python | |
parent | a923676ce04f7bc2880bcf513e6d10390b2b1293 (diff) | |
download | slackbuilds-95264911cdf83e4ac981f7e1efcd9c156931ce90.tar.gz |
python/hg-git: Updated for version 0.8.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 2 | ||||
-rw-r--r-- | python/hg-git/hg-git.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 86a2cb11b1..bdae9eab16 100644 --- a/python/hg-git/hg-git.SlackBuild +++ b/python/hg-git/hg-git.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hg-git -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/hg-git/hg-git.info b/python/hg-git/hg-git.info index 00dcba1ef4..973deb984f 100644 --- a/python/hg-git/hg-git.info +++ b/python/hg-git/hg-git.info @@ -1,8 +1,8 @@ PRGNAM="hg-git" -VERSION="0.8.0" +VERSION="0.8.1" HOMEPAGE="http://hg-git.github.com/" -DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-0.8.0.tar.gz" -MD5SUM="f5c8e0f7ffede73436f8b16094bd0178" +DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-0.8.1.tar.gz" +MD5SUM="f939426b8a8916e25fb971c1936ee5c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dulwich" |