libmbim: fix hash for 1.26.4 tarball

This corrects the hash by using sha256sum for downloaded tarball from
freedesktop. After that, package libmbim was successfully compiled.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2022-11-23 14:31:56 +01:00
parent c84b8ec897
commit f5c810b90b
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libmbim
PKG_HASH:=4963f9135f8ad26165d969d0b2028b00d68243201113c94a2ebe22c4227058a4
PKG_HASH:=f688cec4c4586a17575f5e327448ce62f2000ef6a07c9e4589873d4a68568ad9
PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>