system/fish: Updated for version 3.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2019-02-15 07:33:07 +07:00 committed by Willy Sudiarto Raharjo
parent 8b1de44176
commit 8300d6baef
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
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:-3.0.0}
VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="fish"
VERSION="3.0.0"
VERSION="3.0.1"
HOMEPAGE="http://fishshell.com/"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.0.0/fish-3.0.0.tar.gz"
MD5SUM="25e057795de05d0e21b600b7b7d7e812"
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.0.1/fish-3.0.1.tar.gz"
MD5SUM="783eb7a09119e81e8fa3db633c4c5605"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="man-db"