summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/kde/fcitx5-configtool/fcitx5-configtool-5.1.5.tar.zstbin0 -> 148724 bytes
-rwxr-xr-xsource/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild6
-rwxr-xr-xsource/l/aom/fetch-aom.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/source/kde/fcitx5-configtool/fcitx5-configtool-5.1.5.tar.zst b/source/kde/fcitx5-configtool/fcitx5-configtool-5.1.5.tar.zst
new file mode 100644
index 000000000..24264e24e
--- /dev/null
+++ b/source/kde/fcitx5-configtool/fcitx5-configtool-5.1.5.tar.zst
Binary files differ
diff --git a/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild b/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
index 26d404e76..a2e67f5c3 100755
--- a/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
+++ b/source/kde/fcitx5-configtool/fcitx5-configtool.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2017, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017, 2020, 2024 Patrick J. Volkerding, Sebeka, MN, USA
#
# All rights reserved.
#
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=fcitx5-configtool
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | cut -f 2- -d _ | rev)}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.zst | rev | cut -f 3- -d . | cut -f 1 -d - | cut -f 2- -d _ | rev)}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -74,7 +74,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf fcitx5-configtool-$VERSION
-tar xvf $CWD/fcitx5-configtool-${VERSION}.tar.?z || exit 1
+tar xvf $CWD/fcitx5-configtool-${VERSION}.tar.zst || exit 1
cd fcitx5-configtool-$VERSION || exit 1
chown -R root:root .
diff --git a/source/l/aom/fetch-aom.sh b/source/l/aom/fetch-aom.sh
index 62f98c884..580c7e55f 100755
--- a/source/l/aom/fetch-aom.sh
+++ b/source/l/aom/fetch-aom.sh
@@ -24,7 +24,7 @@
PKGNAM=aom
# Pull a stable branch + patches
-BRANCH=${1:-3.8.2}
+BRANCH=${1:-3.9.0}
# Clear download area:
rm -rf ${PKGNAM}