diff options
Diffstat (limited to 'development/kakoune')
-rw-r--r-- | development/kakoune/kakoune.SlackBuild | 3 | ||||
-rw-r--r-- | development/kakoune/kakoune.info | 6 |
2 files changed, 5 insertions, 4 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} diff --git a/development/kakoune/kakoune.info b/development/kakoune/kakoune.info index be17b5b532..fc480c1cd1 100644 --- a/development/kakoune/kakoune.info +++ b/development/kakoune/kakoune.info @@ -1,8 +1,8 @@ PRGNAM="kakoune" -VERSION="2024.05.18" +VERSION="2025.06.03" HOMEPAGE="https://kakoune.org/" -DOWNLOAD="https://github.com/mawww/kakoune/releases/download/v2024.05.18/kakoune-2024.05.18.tar.bz2" -MD5SUM="43e37d1bfc5ac94813523a796ab1fe55" +DOWNLOAD="https://github.com/mawww/kakoune/releases/download/v2025.06.03/kakoune-2025.06.03.tar.bz2" +MD5SUM="988fcdbe484ce90db9fa5dfee6240859" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |