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/hg-git.SlackBuild | |
parent | 7f7f254aadd1392a0b28f4927f78d33493faedb6 (diff) |
python/hg-git: Updated for version 0.8.5.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hg-git/hg-git.SlackBuild')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 99ca27e975767..b1344300f23d2 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 |