libraries/libinput: Updated for version 1.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0ba198fda6
commit
95325b5e41
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for libinput.
|
# Slackware build script for libinput.
|
||||||
#
|
#
|
||||||
# Copyright 2016-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
# Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=libinput
|
PRGNAM=libinput
|
||||||
VERSION=${VERSION:-1.14.3}
|
VERSION=${VERSION:-1.15.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libinput"
|
PRGNAM="libinput"
|
||||||
VERSION="1.14.3"
|
VERSION="1.15.0"
|
||||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput"
|
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput"
|
||||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.14.3.tar.xz"
|
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.15.0.tar.xz"
|
||||||
MD5SUM="d052faa64eb6d2e649e582cc0fcf6e32"
|
MD5SUM="d5fe153c4b1d69ec35dc846588cd47ec"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libwacom meson graphviz python-evdev pyudev"
|
REQUIRES="libwacom meson graphviz python-evdev pyudev"
|
||||||
|
|
Loading…
Reference in New Issue