diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-04 17:54:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-06 22:39:07 +0200 |
commit | 596291dc892bb1e4c8de907e69c5d663beec9806 (patch) | |
tree | effa05d873bfe82bfd2b0baa9cba37b3f1c2dd30 | |
parent | 4dd0919a473c3aa2ae10cfb5a74d8e81ce34f15e (diff) | |
download | buildroot-596291dc892bb1e4c8de907e69c5d663beec9806.tar.gz buildroot-596291dc892bb1e4c8de907e69c5d663beec9806.zip |
libmbim: bump to version 1.14.2
New stable update in the 1.14.x series:
https://lists.freedesktop.org/archives/libmbim-devel/2017-August/000917.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libmbim/libmbim.hash | 2 | ||||
-rw-r--r-- | package/libmbim/libmbim.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libmbim/libmbim.hash b/package/libmbim/libmbim.hash index 21921c9df4..02efc6c95c 100644 --- a/package/libmbim/libmbim.hash +++ b/package/libmbim/libmbim.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b libmbim-1.14.0.tar.xz +sha256 22cafe6b8432433aa58bedcf7db71111522ce6531bfe24e8e9b6058412cd31cf libmbim-1.14.2.tar.xz diff --git a/package/libmbim/libmbim.mk b/package/libmbim/libmbim.mk index d85f5897b9..33e500e536 100644 --- a/package/libmbim/libmbim.mk +++ b/package/libmbim/libmbim.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBMBIM_VERSION = 1.14.0 +LIBMBIM_VERSION = 1.14.2 LIBMBIM_SITE = http://www.freedesktop.org/software/libmbim LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz LIBMBIM_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs) |