Browse Source
Merge pull request #10232 from nickberry17/upstream_master
libqmi: update libqmi to 1.24.0
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
libs/libqmi/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libqmi |
|
|
|
PKG_VERSION:=1.22.6 |
|
|
|
PKG_VERSION:=1.24.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libqmi |
|
|
|
PKG_HASH=755bbea2a330ac16d56678fbcdd09201ddb14779059ecc895edfac388551d5de |
|
|
|
PKG_HASH=aeb69f90c273467cce246176cba0967c6413f1995a976992770a597c4fe28c79 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Nicholas Smith <nicholas.smith@telcoantennas.com.au> |
|
|
|
|
|
|
|