mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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 <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
122a5e2529
commit
9b40127534
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user