Browse Source
libinput: update to version 1.16.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
4 years ago
No known key found for this signature in database
GPG Key ID: DD8D36F0A710502F
1 changed files with
2 additions and
2 deletions
-
libs/libinput/Makefile
|
|
@ -5,12 +5,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libinput |
|
|
|
PKG_VERSION:=1.16.1 |
|
|
|
PKG_VERSION:=1.16.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput |
|
|
|
PKG_HASH:=7ba7d1aeedd15168bb21d17e9e628aa1c27957963a423a3fea3938a501758539 |
|
|
|
PKG_HASH:=fc3d8c50fe7abc4dc4406bc01262a3f8149864557f87279adcf300e523c160a9 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|