mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/fish: Updated for version 3.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bcf338d05c
commit
81086799ec
2 changed files with 5 additions and 5 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue