mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
libraries/libinput: Updated for version 1.11.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
54c4133a06
commit
34479c423e
2 changed files with 5 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libinput
|
||||
VERSION=${VERSION:-1.11.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.11.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libinput"
|
||||
VERSION="1.11.1"
|
||||
VERSION="1.11.2"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput"
|
||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.11.1.tar.xz"
|
||||
MD5SUM="4ebf3ceb1d7de9b171050a4a254d85bb"
|
||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.11.2.tar.xz"
|
||||
MD5SUM="d179b5afbf414b34ce36ffe6ea8a401d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libwacom meson graphviz python-evdev pyudev"
|
||||
|
|
Loading…
Reference in a new issue