diff options
Diffstat (limited to 'development/kakoune/kakoune.SlackBuild')
-rw-r--r-- | development/kakoune/kakoune.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/kakoune/kakoune.SlackBuild b/development/kakoune/kakoune.SlackBuild index a862e4855c..8fea22ea75 100644 --- a/development/kakoune/kakoune.SlackBuild +++ b/development/kakoune/kakoune.SlackBuild @@ -7,6 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250618 bkw: update for v2025.06.03. # 20240813 bkw: update for v2024.05.18. # 20231108 bkw: update for v2023.08.05. # 20230509 bkw: @@ -23,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kakoune -VERSION=${VERSION:-2024.05.18} +VERSION=${VERSION:-2025.06.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |