diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-01-14 08:42:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-14 08:42:11 +0700 |
commit | 3cd5704f70d12de846e1fedc6d2ed74bc6c3a961 (patch) | |
tree | 7bebb65ea2100b6e0f169a105517c4a02677ce33 /system/fish | |
parent | faedd035cd9b5303387dd51879256e09524ef631 (diff) | |
download | slackbuilds-3cd5704f70d12de846e1fedc6d2ed74bc6c3a961.tar.gz |
system/fish: Added (Friendly Interactive Shell).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fish')
-rw-r--r-- | system/fish/fish.SlackBuild | 4 | ||||
-rw-r--r-- | system/fish/fish.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index e46b35ffda..462266ba26 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for the fish shell. # -# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # All rights reserved. # @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fish -VERSION=${VERSION:-3.0b1} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/fish/fish.info b/system/fish/fish.info index a8ee04f1f4..ce00ef7526 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,8 +1,8 @@ PRGNAM="fish" -VERSION="3.0b1" +VERSION="3.0.0" HOMEPAGE="http://fishshell.com/" -DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.0b1/fish-3.0b1.tar.gz" -MD5SUM="7a59934e96dc62c165a450324646a0fc" +DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.0.0/fish-3.0.0.tar.gz" +MD5SUM="25e057795de05d0e21b600b7b7d7e812" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="man-db" |