mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
accessibility/svkbd: Updated for version 0.4.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
72461866c7
commit
a2e8734443
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20221226 bkw: updated for v0.4.1.
|
||||
# 20210802 bkw: updated for v0.4 and -current.
|
||||
# 20210219 bkw: updated for v0.2.2.
|
||||
# 20201102 bkw:
|
||||
|
@ -18,7 +19,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=svkbd
|
||||
VERSION=${VERSION:-0.4}
|
||||
VERSION=${VERSION:-0.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="svkbd"
|
||||
VERSION="0.4"
|
||||
VERSION="0.4.1"
|
||||
HOMEPAGE="https://tools.suckless.org/x/svkbd"
|
||||
DOWNLOAD="https://dl.suckless.org/tools/svkbd-0.4.tar.gz"
|
||||
MD5SUM="3689960e9d259c0d33932c182264b10a"
|
||||
DOWNLOAD="https://dl.suckless.org/tools/svkbd-0.4.1.tar.gz"
|
||||
MD5SUM="076258040c04bdcb522b62309dd86aff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue