mirror of https://github.com/openwrt/packages.git
libfmt: bump to upstream version 7.0.3
Signed-off-by: Othmar Truniger <github@truniger.ch>pull/13089/head
parent
1e836cb41a
commit
19a568923d
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libfmt
|
||||
PKG_VERSION:=7.0.2
|
||||
PKG_VERSION:=7.0.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_NAME:=fmt
|
||||
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/fmtlib/$(PKG_SOURCE_NAME)/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5
|
||||
PKG_HASH:=b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
|
|
Loading…
Reference in New Issue