mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/fish: Updated for version 2.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
435d05aecd
commit
0d02a53af7
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fish
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fish"
|
||||
VERSION="2.5.0"
|
||||
VERSION="2.6.0"
|
||||
HOMEPAGE="http://fishshell.com/"
|
||||
DOWNLOAD="http://fishshell.com/files/2.5.0/fish-2.5.0.tar.gz"
|
||||
MD5SUM="14aad053140641c805d8c3f367b98f37"
|
||||
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.6.0/fish-2.6.0.tar.gz"
|
||||
MD5SUM="ce9d8cc2a34d172a94cfa3ef9988937c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="man-db"
|
||||
|
|
Loading…
Reference in a new issue