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