diff options
author | Othmar Truniger <github@truniger.ch> | 2020-11-07 12:16:49 +0100 |
---|---|---|
committer | Othmar Truniger <github@truniger.ch> | 2020-11-07 12:16:49 +0100 |
commit | 0bf3efb4c9cb0f8e3183a6fbc68cf10614e72cb0 (patch) | |
tree | a6a6be67b6b5d80504818d14197e2238896572ce /libs/libfmt | |
parent | 4385a85a260b2212d552654c732296f47ad9a36c (diff) |
libfmt: bump to version 7.1.2
Signed-off-by: Othmar Truniger <github@truniger.ch>
Diffstat (limited to 'libs/libfmt')
-rw-r--r-- | libs/libfmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libfmt/Makefile b/libs/libfmt/Makefile index 86dea60fb..c19b66dff 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfmt -PKG_VERSION:=7.0.3 +PKG_VERSION:=7.1.2 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:=b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297 +PKG_HASH:=4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> |