diff options
Diffstat (limited to 'editors/kakoune/Makefile')
-rw-r--r-- | editors/kakoune/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index d117caae3c0b..e332c11ab561 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -1,6 +1,5 @@ PORTNAME= kakoune -DISTVERSION= 2024.05.18 -PORTREVISION= 1 +DISTVERSION= 2025.06.03 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/UNLICENSE # See https://github.com/mawww/kakoune/issues/2520 RUN_DEPENDS= setsid:sysutils/setsid -USES= compiler:c++20-lang tar:bzip2 +USES= compiler:c++23-lang tar:bzip2 DATADIR= ${PREFIX}/share/kak DOCSDIR= ${PREFIX}/share/doc/kak |