system/fish: Updated for version 2.7.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-12-22 21:19:45 +00:00 committed by Willy Sudiarto Raharjo
parent d6d4eb429e
commit 53ed5a59e2
2 changed files with 5 additions and 7 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fish
VERSION=${VERSION:-2.7.0}
VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,8 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
autoreconf -fiv
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@ -83,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make V=1
make
make install DESTDIR=$PKG
# Let's not clobber the config

View file

@ -1,8 +1,8 @@
PRGNAM="fish"
VERSION="2.7.0"
VERSION="2.7.1"
HOMEPAGE="http://fishshell.com/"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7.0/fish-2.7.0.tar.gz"
MD5SUM="fb43957e6f5f1f7d64b1384e9b95ef63"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7.1/fish-2.7.1.tar.gz"
MD5SUM="cbce963a34db8e7a0227f937413db079"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="man-db"