diff options
Diffstat (limited to 'editors/kakoune/Makefile')
-rw-r--r-- | editors/kakoune/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index 6732d11217d4..9f231bb9515f 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kakoune -DISTVERSION= 2018.04.13 -PORTREVISION= 2 +DISTVERSION= 2018.09.04 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ |