system/fish: Updated for version 2.6.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-06-03 20:20:43 +01:00 committed by Willy Sudiarto Raharjo
parent 435d05aecd
commit 0d02a53af7
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.5.0}
VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -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"