diff options
author | Nicholas Smith <nicholas.smith@telcoantennas.com.au> | 2019-11-09 16:55:10 +1000 |
---|---|---|
committer | Nicholas Smith <nicholas.smith@telcoantennas.com.au> | 2019-11-09 16:55:10 +1000 |
commit | b3e96afb123831ba548da3f744b93c6d30e77bb4 (patch) | |
tree | 79d49ac6851404b6044c2f8ebc0a29e30d3a3b1c /libs | |
parent | 9004608ecec9b85431649cdb9a6f4acba3fca491 (diff) |
libmbim: bump libmbim to 1.20.2
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libmbim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libmbim/Makefile b/libs/libmbim/Makefile index d60d06ffb..0cb3b547a 100644 --- a/libs/libmbim/Makefile +++ b/libs/libmbim/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmbim -PKG_VERSION:=1.20.0 +PKG_VERSION:=1.20.2 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.freedesktop.org/software/libmbim -PKG_HASH:=2cf7c6c7aa9e962a589f61bff2766035b61792ef961131a21fcbbe043f91a866 +PKG_HASH:=550fb69e5e57f7646f8eb9ed8d24e44ea869ad846be9c162893f12e43528059b PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au> |