summaryrefslogtreecommitdiffstats
path: root/development/textadept/textadept.SlackBuild
diff options
context:
space:
mode:
author Arn02024-05-03 10:14:22 +0200
committer Andrew Clemons2024-05-04 01:00:29 +0200
commit30b83f8c1786789c3e445013dc11e584bd05c19e (patch)
tree6eb8b2cd3e3a9d19ea174a5697fc24970d4a09ac /development/textadept/textadept.SlackBuild
parentc487ce0f77d89e1fcaaddcab9f8c26e6250301b7 (diff)
downloadslackbuilds-30b83f8c1786789c3e445013dc11e584bd05c19e.tar.gz
development/textadept: Updated for version 12.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/textadept/textadept.SlackBuild')
-rw-r--r--development/textadept/textadept.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/textadept/textadept.SlackBuild b/development/textadept/textadept.SlackBuild
index b834636e3a..54486a6eed 100644
--- a/development/textadept/textadept.SlackBuild
+++ b/development/textadept/textadept.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=textadept
-VERSION=${VERSION:-12.3}
+VERSION=${VERSION:-12.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -92,8 +92,8 @@ ln -s $CWD/*lua-5.4.6.tar.gz build/_deps/lua-5.4.6.tar.gz
ln -s $CWD/*PDCurses-3.9.zip build/_deps/PDCurses-3.9.zip
ln -s $CWD/*1.0.zip build/_deps/1.0.zip
ln -s $CWD/*scinterm_5.0.zip build/_deps/scinterm_5.0.zip
-ln -s $CWD/*scintilla541.tgz build/_deps/scintilla541.tgz
-ln -s $CWD/*48a6fc9511ec67993e43ac7f5a33efc616b7ea32.zip build/_deps/48a6fc9511ec67993e43ac7f5a33efc616b7ea32.zip
+ln -s $CWD/*scintilla550.tgz build/_deps/scintilla550.tgz
+ln -s $CWD/*scintillua_6.3.zip build/_deps/scintillua_6.3.zip
ln -s $CWD/*3.4.0.zip build/_deps/v3.4.0.zip
ln -s $CWD/*libtermkey-0.22.tar.gz build/_deps/libtermkey-0.22.tar.gz
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release \