diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-08-25 22:18:41 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:29:20 +0100 |
commit | 694dc2a28d46fcbe5f3aaab0566ae86615a6a5bf (patch) | |
tree | 272b4efa7f3a67dfd1eab80869adb1b50dfc43a4 /python/hg-git | |
parent | 7f7f254aadd1392a0b28f4927f78d33493faedb6 (diff) | |
download | slackbuilds-694dc2a28d46fcbe5f3aaab0566ae86615a6a5bf.tar.gz |
python/hg-git: Updated for version 0.8.5.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hg-git')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 6 | ||||
-rw-r--r-- | python/hg-git/hg-git.info | 8 | ||||
-rw-r--r-- | python/hg-git/slack-desc | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 99ca27e975..b1344300f2 100644 --- a/python/hg-git/hg-git.SlackBuild +++ b/python/hg-git/hg-git.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hg-git -# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hg-git -VERSION=${VERSION:-0.8.2} +VERSION=${VERSION:-0.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/python/hg-git/hg-git.info b/python/hg-git/hg-git.info index db479ee838..ce8cdefaae 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.2" -HOMEPAGE="http://hg-git.github.com/" -DOWNLOAD="https://pypi.python.org/packages/source/h/hg-git/hg-git-0.8.2.tar.gz" -MD5SUM="500fba05874fe1487cc550842fab8772" +VERSION="0.8.5" +HOMEPAGE="https://hg-git.github.io/" +DOWNLOAD="https://pypi.python.org/packages/1c/9c/63d9dbe06b087f152c4455d3c0d0757e63d68e9432c61a8298e81876043c/hg-git-0.8.5.tar.gz" +MD5SUM="cd5a15d41943a21837af678b972adac6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dulwich" diff --git a/python/hg-git/slack-desc b/python/hg-git/slack-desc index 0c44718edf..883d1f5c50 100644 --- a/python/hg-git/slack-desc +++ b/python/hg-git/slack-desc @@ -14,6 +14,6 @@ hg-git: can collaborate on Git based projects from Mercurial, or use a Git hg-git: server as a collaboration point for a team with developers using both hg-git: Git and Mercurial. hg-git: -hg-git: Homepage: http://hg-git.github.com/ +hg-git: Homepage: https://hg-git.github.io/ hg-git: hg-git: |