diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-02-05 11:52:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:11 +0700 |
commit | 2e73ccf8b4052a175b4ca237d3c78edda51c4414 (patch) | |
tree | fa11555131c09500618aee05c06145acef4dde88 /system/fish | |
parent | 844bbad8cc74eb0fa200c0687889641dc294ce6f (diff) |
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.SlackBuild | 10 | ||||
-rw-r--r-- | system/fish/fish.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 15226a6e462b..5c19ccbf1e31 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 392365c51b08..ee72e5e93120 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" |