system/fish: Updated for version 3.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2019-02-24 06:33:51 +07:00 committed by Willy Sudiarto Raharjo
parent ee1d22f8f0
commit be8acb592f
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.1}
VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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