system/fish: Updated for version 3.0b1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-12-21 23:59:35 -09:00 committed by Willy Sudiarto Raharjo
parent 2d0f540203
commit 90e7865ba1
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for the fish shell.
#
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
# All rights reserved.
#
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fish
VERSION=${VERSION:-2.7.1}
VERSION=${VERSION:-3.0b1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="fish"
VERSION="2.7.1"
VERSION="3.0b1"
HOMEPAGE="http://fishshell.com/"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7.1/fish-2.7.1.tar.gz"
MD5SUM="cbce963a34db8e7a0227f937413db079"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.0b1/fish-3.0b1.tar.gz"
MD5SUM="7a59934e96dc62c165a450324646a0fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="man-db"