Hi,

First, you can forget the other mail about the 2021.10.28 update which has not
got any OK ;)

Then, you'll find attached a patch to update to 2021.11.08

ChangeLog :
- Bug fixes after feedback from 2021.10.28
- Support for curly and separately colored underlines (undocumented in
2021.10.28)
- Fixes for terminal flickering
- Fixes for command and response fifo corner cases

# 2021.10.28
- g and v do not auto lower case the next key, so GL needs to be
manually mapped to Gl for example.
- Fix flickering issues on some terminals such as the linux console


OK ?

Best regards.

- fredg
diff -rupN kakoune.o/Makefile kakoune/Makefile
--- kakoune.o/Makefile  Sun Nov  7 11:57:21 2021
+++ kakoune/Makefile    Sun Nov  7 12:21:39 2021
@@ -2,7 +2,11 @@
 
 COMMENT =              modal code editor with a focus on interactivity
 
-V =                    2021.08.28
+V =                    2021.11.08
+GH_ACCOUNT =           mawww
+GH_PROJECT =           kakoune
+GH_TAGNAME =           v${V}
+
 DISTNAME =             kakoune-${V}
 
 CATEGORIES =           editors
@@ -13,9 +17,7 @@ MAINTAINER =          Frederic Galusik <[email protected]>
 
 WANTLIB =              ${COMPILER_LIBCXX} c m
 
-MASTER_SITES =         
https://github.com/mawww/kakoune/releases/download/v${V}/
-
-EXTRACT_SUFX =         .tar.bz2
+EXTRACT_SUFX =         .tar.gz
 
 # Public domain
 PERMIT_PACKAGE =       Yes
diff -rupN kakoune.o/distinfo kakoune/distinfo
--- kakoune.o/distinfo  Sun Nov  7 11:57:21 2021
+++ kakoune/distinfo    Sun Nov  7 12:21:42 2021
@@ -1,2 +1,2 @@
-SHA256 (kakoune-2021.08.28.tar.bz2) = 
b27X39jFcjIQ29hIcIrPA69LhHAW/T7elrKomtMidss=
-SIZE (kakoune-2021.08.28.tar.bz2) = 535791
+SHA256 (kakoune-2021.11.08.tar.gz) = 
CIXcZTdwV/z+oOcFPQHZWoNmjsGQes7YTfrOjgC4Pe4=
+SIZE (kakoune-2021.11.08.tar.gz) = 657567
diff -rupN kakoune.o/pkg/PLIST kakoune/pkg/PLIST
--- kakoune.o/pkg/PLIST Sun Nov  7 11:57:21 2021
+++ kakoune/pkg/PLIST   Sun Nov  7 12:59:57 2021
@@ -13,7 +13,8 @@ share/kak/colors/default.kak
 share/kak/colors/desertex.kak
 share/kak/colors/github.kak
 share/kak/colors/greyscale.kak
-share/kak/colors/gruvbox.kak
+share/kak/colors/gruvbox-dark.kak
+share/kak/colors/gruvbox-light.kak
 share/kak/colors/kaleidoscope-dark.kak
 share/kak/colors/kaleidoscope-light.kak
 share/kak/colors/lucius.kak
@@ -73,6 +74,7 @@ share/kak/rc/filetype/diff.kak
 share/kak/rc/filetype/dockerfile.kak
 share/kak/rc/filetype/elixir.kak
 share/kak/rc/filetype/elm.kak
+share/kak/rc/filetype/erlang.kak
 share/kak/rc/filetype/eruby.kak
 share/kak/rc/filetype/etc.kak
 share/kak/rc/filetype/exherbo.kak

Reply via email to