system/fish: Updated for version 3.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df9cc5a0ff
commit
817dc3f4b0
|
@ -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
|
||||
# Copyright 2023 Luna Jernberg
|
||||
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -49,7 +50,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fish
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
VERSION=${VERSION:-3.6.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fish"
|
||||
VERSION="3.6.1"
|
||||
VERSION="3.6.4"
|
||||
HOMEPAGE="https://fishshell.com/"
|
||||
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.6.1/fish-3.6.1.tar.xz"
|
||||
MD5SUM="b721bbff7adc221f4e77b44404727026"
|
||||
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.6.4/fish-3.6.4.tar.xz"
|
||||
MD5SUM="600c5d8ffa45b1d73b5263809cb5e6f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue