mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
system/ncdu: Updated for version 1.13.
This commit is contained in:
parent
93cbea5354
commit
cf39ffe717
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue