diff options
author | Luna Jernberg <droidbittin@gmail.com> | 2023-03-26 23:57:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:08 +0700 |
commit | bf2e135cd95a09201732889c065410a760f49e6c (patch) | |
tree | 8de2c08281c207e71cf4b68a3669b2dec017a5fa /system/fish/fish.SlackBuild | |
parent | d6e3e5241890e2e82fa69f1a2d8ed501e2ca7c7b (diff) |
system/fish: Updated for version 3.6.1. New maintainer.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fish/fish.SlackBuild')
-rw-r--r-- | system/fish/fish.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 8b5ce5c40450..f8b52cebdca1 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -5,6 +5,7 @@ # Copyright 2020 Donald Cooley, South Haven, Indiana USA # Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2009 Pierre Cazenave + # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -48,8 +49,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fish -VERSION=${VERSION:-3.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.6.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |