system/fish: Updated for version 2.5.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-02-05 11:52:48 +00:00 committed by Willy Sudiarto Raharjo
parent 844bbad8cc
commit 2e73ccf8b4
2 changed files with 9 additions and 7 deletions

View file

@ -1,9 +1,9 @@
#!/bin/sh
#
# Slackware build script for the fish shell.
#
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# Copyright 2015-2016, Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fish
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,6 +70,8 @@ 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 \

View file

@ -1,8 +1,8 @@
PRGNAM="fish"
VERSION="2.4.0"
VERSION="2.5.0"
HOMEPAGE="http://fishshell.com/"
DOWNLOAD="http://fishshell.com/files/2.4.0/fish-2.4.0.tar.gz"
MD5SUM="0167eb7c252505451c62f88a2deeffb5"
DOWNLOAD="http://fishshell.com/files/2.5.0/fish-2.5.0.tar.gz"
MD5SUM="14aad053140641c805d8c3f367b98f37"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="man-db"