diff options
author | Luna Jernberg <droidbittin@gmail.com> | 2024-01-03 10:00:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-03 10:17:03 +0700 |
commit | 81086799ec9c0c8d9c7780824fb94f9f965b7101 (patch) | |
tree | d8d3efedec5f4320c55039fe27f6940b942c52ac /system | |
parent | bcf338d05c8df4ba6e6ddd74a861ec20613a2bab (diff) |
system/fish: Updated for version 3.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 e96849a5b3d71..ae49094d3e02a 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -5,7 +5,7 @@ # Copyright 2020 Donald Cooley, South Haven, Indiana USA # Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2009 Pierre Cazenave -# Copyright 2023 Luna Jernberg +# Copyright 2023-2024 Luna Jernberg # All rights reserved. # @@ -50,7 +50,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fish -VERSION=${VERSION:-3.6.4} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/fish/fish.info b/system/fish/fish.info index 19170dc8d16c2..c10d732dba9c6 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,8 +1,8 @@ PRGNAM="fish" -VERSION="3.6.4" +VERSION="3.7.0" HOMEPAGE="https://fishshell.com/" -DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.6.4/fish-3.6.4.tar.xz" -MD5SUM="600c5d8ffa45b1d73b5263809cb5e6f5" +DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.7.0/fish-3.7.0.tar.xz" +MD5SUM="22c3fab479b185faf620a3b3f43443c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |