diff options
author | Alan Somers <asomers@FreeBSD.org> | 2020-05-07 15:36:07 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2020-05-07 15:36:07 +0000 |
commit | bfacc2c0b3f87d15f4d100bb54327e836bbf209f (patch) | |
tree | 2f15dc1dfce25ae2348e715aef60b2d2c1b221d7 /shells/fish/Makefile | |
parent | c45ecc24594ed755383962f44bc035cc18959af8 (diff) | |
download | ports-bfacc2c0b3f87d15f4d100bb54327e836bbf209f.tar.gz ports-bfacc2c0b3f87d15f4d100bb54327e836bbf209f.zip |
Notes
Diffstat (limited to 'shells/fish/Makefile')
-rw-r--r-- | shells/fish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 46b3de8abbd5..8f9077be1d57 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ |