diff options
author | Nicholas Smith <nicholas.smith@telcoantennas.com.au> | 2020-10-09 11:17:58 +1000 |
---|---|---|
committer | Nicholas Smith <nicholas.smith@telcoantennas.com.au> | 2020-10-09 11:27:17 +1000 |
commit | 398c53c5bab03087037cd57ffc56093a91db1fd5 (patch) | |
tree | 7c35a0fdcc89dbc03206fe39746ddbd70ac2808e | |
parent | ef58c3740897a0ca27dcccd3b510c4a60247e60a (diff) |
libmbim: update libmbim to 1.24.4
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
-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 96f21d262..f4fa6b954 100644 --- a/libs/libmbim/Makefile +++ b/libs/libmbim/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmbim -PKG_VERSION:=1.24.0 +PKG_VERSION:=1.24.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.freedesktop.org/software/libmbim -PKG_HASH:=3d495cec3becfd02731ceac67a5ad7e0f1b328395137024d7cb91d31f00e1196 +PKG_HASH:=dd488ee6176243a6adb27a5872897336272ea7bea33a3ad501ba268e5a58b285 PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au> |