Browse Source
system/fish: Updated for version 3.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Luna Jernberg
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/fish/fish.SlackBuild
-
system/fish/fish.info
|
|
@ -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} |
|
|
|
|
|
@ -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="" |
|
|
|