From 9b40127534bf3e34b5161baf0dd318e65a66dd99 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Sun, 10 Nov 2024 19:00:11 +0100 Subject: [PATCH] package/usbredir: bump version to 0.14.0 For change log, see [1]. This commit also updates the _SITE to the URL published on the homepage [2]. The main motivation is to use HTTPS. This commit also adds a comment in the hash file about the pgp signature verification. [1] https://gitlab.freedesktop.org/spice/usbredir/-/blob/usbredir-0.14.0/ChangeLog.md [2] https://www.spice-space.org/usbredir.html Signed-off-by: Julien Olivain Signed-off-by: Thomas Petazzoni --- package/usbredir/usbredir.hash | 8 ++++++-- package/usbredir/usbredir.mk | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package/usbredir/usbredir.hash b/package/usbredir/usbredir.hash index 577e08efba..2be6301281 100644 --- a/package/usbredir/usbredir.hash +++ b/package/usbredir/usbredir.hash @@ -1,5 +1,9 @@ -# https://spice-space.org/download/usbredir/usbredir-0.13.0.tar.xz.sha256sum -sha256 4ba6faa02c0ae6deeb4c53883d66ab54b3a5899bead42ce4ded9568b9a7dc46e usbredir-0.13.0.tar.xz +# Hash from: +# https://www.spice-space.org/download/usbredir/usbredir-0.14.0.tar.xz.sha256sum +# After checking pgp signature: +# https://www.spice-space.org/download/usbredir/usbredir-0.14.0.tar.xz.sig +# with key 206D3B352F566F3B0E6572E997D9123DE37A484F +sha256 924dfb5c78328fae45a4c93a01bc83bb72c1310abeed119109255627a8baa332 usbredir-0.14.0.tar.xz # Hash for license files sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/usbredir/usbredir.mk b/package/usbredir/usbredir.mk index 325e7313aa..aefe51b6c4 100644 --- a/package/usbredir/usbredir.mk +++ b/package/usbredir/usbredir.mk @@ -4,9 +4,9 @@ # ################################################################################ -USBREDIR_VERSION = 0.13.0 +USBREDIR_VERSION = 0.14.0 USBREDIR_SOURCE = usbredir-$(USBREDIR_VERSION).tar.xz -USBREDIR_SITE = http://spice-space.org/download/usbredir +USBREDIR_SITE = https://www.spice-space.org/download/usbredir USBREDIR_LICENSE = LGPL-2.1+ (libraries) USBREDIR_LICENSE_FILES = COPYING.LIB USBREDIR_INSTALL_STAGING = YES