diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -107,6 +107,7 @@ libstdc++.so.6:_ZSt19uncaught_exceptionsv libstdc++.so.6:_ZSt20__throw_length_errorPKc libstdc++.so.6:_ZSt25__throw_bad_function_callv +libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv libstdc++.so.6:_ZSt7nothrow libstdc++.so.6:_ZSt9terminatev libstdc++.so.6:_ZTISt13runtime_error @@ -132,7 +133,6 @@ libstdc++.so.6:__cxa_guard_abort libstdc++.so.6:__cxa_guard_acquire libstdc++.so.6:__cxa_guard_release -libstdc++.so.6:__cxa_pure_virtual libstdc++.so.6:__cxa_rethrow libstdc++.so.6:__cxa_throw libstdc++.so.6:__cxa_throw_bad_array_new_length diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : kakoune -version : 2021.08.28 -release : 8 +version : 2021.10.28 +release : 9 source : - - https://github.com/mawww/kakoune/archive/refs/tags/v2021.08.28.tar.gz : 1e8234b32d536fc8351b548b5b7f3cf2ceb249871a5e102d02125deb2981288c -homepage : http://kakoune.org + - https://github.com/mawww/kakoune/archive/refs/tags/v2021.10.28.tar.gz : 4aa78c19108e15490d590f95f727dab67f33fc3c4358fbfc316b4a5f3f1d6b42 +homepage : https://kakoune.org license : Unlicense component : editor summary : kakoune, mawww's experiment for a better code editor diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,7 +1,7 @@ kakoune - http://kakoune.org + https://kakoune.org David Harder david@davidjharder.ca @@ -29,7 +29,8 @@ /usr/share/kak/colors/desertex.kak /usr/share/kak/colors/github.kak /usr/share/kak/colors/greyscale.kak - /usr/share/kak/colors/gruvbox.kak + /usr/share/kak/colors/gruvbox-dark.kak + /usr/share/kak/colors/gruvbox-light.kak /usr/share/kak/colors/kaleidoscope-dark.kak /usr/share/kak/colors/kaleidoscope-light.kak /usr/share/kak/colors/lucius.kak @@ -85,6 +86,7 @@ /usr/share/kak/rc/filetype/dockerfile.kak /usr/share/kak/rc/filetype/elixir.kak /usr/share/kak/rc/filetype/elm.kak + /usr/share/kak/rc/filetype/erlang.kak /usr/share/kak/rc/filetype/eruby.kak /usr/share/kak/rc/filetype/etc.kak /usr/share/kak/rc/filetype/exherbo.kak @@ -197,12 +199,12 @@ - - 2021-08-28 - 2021.08.28 + + 2021-10-27 + 2021.10.28 Packaging update David Harder david@davidjharder.ca \ No newline at end of file