system/ncdu: Updated for version 1.13.

This commit is contained in:
Erik Hanson 2018-03-26 10:55:02 -05:00 committed by Willy Sudiarto Raharjo
parent 93cbea5354
commit cf39ffe717
2 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for ncdu
#
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2018 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ncdu
VERSION=${VERSION:-1.12}
VERSION=${VERSION:-1.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,6 +46,8 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
else
SLKCFLAGS="-O2"
fi
set -eu

View file

@ -1,8 +1,8 @@
PRGNAM="ncdu"
VERSION="1.12"
VERSION="1.13"
HOMEPAGE="https://dev.yorhel.nl/ncdu/"
DOWNLOAD="https://dev.yorhel.nl/download/ncdu-1.12.tar.gz"
MD5SUM="7365ac46c420bc511621216b1747984f"
DOWNLOAD="https://dev.yorhel.nl/download/ncdu-1.13.tar.gz"
MD5SUM="67239592ac41f42290f52ab89ff198be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""