diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-11 22:58:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-15 17:30:13 +0700 |
commit | dfe098fafdeef763008f794a4594902654a63ea8 (patch) | |
tree | caacd3a291d5db109c63e674b14acf3b2abf0361 /accessibility/xdotool/xdotool.SlackBuild | |
parent | 708df2ddab8521b35dc27c7723ea9921f5e4fe33 (diff) |
accessibility/xdotool: Updated for version 3.20211022.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/xdotool/xdotool.SlackBuild')
-rw-r--r-- | accessibility/xdotool/xdotool.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild index 8b7aa26ada555..75e773b92dd00 100644 --- a/accessibility/xdotool/xdotool.SlackBuild +++ b/accessibility/xdotool/xdotool.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230711 bkw: updated for v3.20211022.1. # 20220610 bkw: updated for v3.20210903.1. # 20200329 bkw: @@ -53,7 +54,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xdotool -VERSION=${VERSION:-3.20210903.1} +VERSION=${VERSION:-3.20211022.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |