summaryrefslogtreecommitdiffstats
path: root/system/fish
diff options
context:
space:
mode:
author Edinaldo P. Silva2017-02-05 12:52:48 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:11 +0100
commit2e73ccf8b4052a175b4ca237d3c78edda51c4414 (patch)
treefa11555131c09500618aee05c06145acef4dde88 /system/fish
parent844bbad8cc74eb0fa200c0687889641dc294ce6f (diff)
downloadslackbuilds-2e73ccf8b4052a175b4ca237d3c78edda51c4414.tar.gz
system/fish: Updated for version 2.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fish')
-rw-r--r--system/fish/fish.SlackBuild10
-rw-r--r--system/fish/fish.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild
index 15226a6e46..5c19ccbf1e 100644
--- a/system/fish/fish.SlackBuild
+++ b/system/fish/fish.SlackBuild
@@ -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 \
diff --git a/system/fish/fish.info b/system/fish/fish.info
index 392365c51b..ee72e5e931 100644
--- a/system/fish/fish.info
+++ b/system/fish/fish.info
@@ -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"