浏览代码

package/libinput: bump version to 1.20.0

- change site URL to new gitlab.freedesktop.org location
- change hash from upstream provided to locally computed (and drop sha512)

For details see [1] and [2].

[1] https://lists.freedesktop.org/archives/wayland-devel/2022-February/042111.html
[2] https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.20.0

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Peter Seiderer 3 年之前
父节点
当前提交
9cddb7bd56
共有 2 个文件被更改,包括 5 次插入6 次删除
  1. 2 3
      package/libinput/libinput.hash
  2. 3 3
      package/libinput/libinput.mk

+ 2 - 3
package/libinput/libinput.hash

@@ -1,6 +1,5 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2021-December/042068.html
-sha256  3cae78ccde19d7d0f387e58bc734d4d17ab5f6426f54a9e8b728c90b17baa068  libinput-1.19.3.tar.xz
-sha512  f4b776d0da78c687ba21b430a04941ac6b43f68970c82ec9f7360358fdea5ed6a873948ce66a25bcdd64d4b95fa4bf705cc24dbc25c7c0f5fd2d0efbd763f298  libinput-1.19.3.tar.xz
+# Locally computed
+sha256  6c1f97892a7d599f97349e5e7c1239901fe00edcd4f6289f410034d5dc06cc85  libinput-1.20.0.tar.bz2
 
 # License files
 sha256  80de50b2022a840db044c56db804ca3565600a692c0714babface587acc6d1b0  COPYING

+ 3 - 3
package/libinput/libinput.mk

@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIBINPUT_VERSION = 1.19.3
-LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
-LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
+LIBINPUT_VERSION = 1.20.0
+LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.bz2
+LIBINPUT_SITE = https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)
 LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
 LIBINPUT_INSTALL_STAGING = YES
 LIBINPUT_LICENSE = MIT