summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-11-14 18:51:15 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-15 08:59:55 +0100
commit67f83c48acf436aa353557f62f3fc7d5ad47fe58 (patch)
tree13ec3ca1a87ceb28fedb347d782c3710f178b48f /source/d
parent826023e93919676def4f3806608df881e9262642 (diff)
downloadcurrent-67f83c48acf436aa353557f62f3fc7d5ad47fe58.tar.gz
current-67f83c48acf436aa353557f62f3fc7d5ad47fe58.tar.xz
Sun Nov 14 18:51:15 UTC 202120211114185115
d/slacktrack-2.22-x86_64-1.txz: Upgraded. Test makepkg's response to the package name as part of the pre-build sanity checks. This catches malformed package names and extension types. Thanks to Eduard Rozenberg for the suggestion. Thanks to Stuart Winter. kde/kstars-3.5.6-x86_64-1.txz: Upgraded. x/xterm-370-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/slacktrack/slacktrack.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/slacktrack/slacktrack.SlackBuild b/source/d/slacktrack/slacktrack.SlackBuild
index a9314c3a7..9aff38770 100755
--- a/source/d/slacktrack/slacktrack.SlackBuild
+++ b/source/d/slacktrack/slacktrack.SlackBuild
@@ -6,7 +6,7 @@ if [ "$TMP" = "" ]; then
fi
PKGNAM=slacktrack
-export VERSION=2.21
+export VERSION=2.22
# Automatically determine the architecture we're building on:
case "$( uname -m )" in
i?86) export ARCH=i586