package/libmbim: bump to version 1.20.2

Just some bugfixes, including an important one to fix long indication
messages that are split into multiple fragments.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Aleksander Morgado 2019-11-11 10:20:19 +01:00 committed by Thomas Petazzoni
parent ade15bbbbf
commit a3ad4e9c73
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Locally computed:
sha256 2cf7c6c7aa9e962a589f61bff2766035b61792ef961131a21fcbbe043f91a866 libmbim-1.20.0.tar.xz
sha256 550fb69e5e57f7646f8eb9ed8d24e44ea869ad846be9c162893f12e43528059b libmbim-1.20.2.tar.xz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBMBIM_VERSION = 1.20.0
LIBMBIM_VERSION = 1.20.2
LIBMBIM_SITE = https://www.freedesktop.org/software/libmbim
LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz
LIBMBIM_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)