system/fish: Updated for version 2.7.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-11-23 23:31:30 +00:00 committed by David Spencer
parent 2e6037c31b
commit 92c8c8b369
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fish
VERSION=${VERSION:-2.7b1}
VERSION=${VERSION:-2.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="fish"
VERSION="2.7b1"
VERSION="2.7.0"
HOMEPAGE="http://fishshell.com/"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7b1/fish-2.7b1.tar.gz"
MD5SUM="8e6886ee3a38dbf4fd36228472e81d17"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7.0/fish-2.7.0.tar.gz"
MD5SUM="fb43957e6f5f1f7d64b1384e9b95ef63"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="man-db"