aboutsummaryrefslogtreecommitdiff
path: root/libs/libfmt
diff options
context:
space:
mode:
authorOthmar Truniger <github@truniger.ch>2020-12-01 14:32:07 +0100
committerOthmar Truniger <github@truniger.ch>2020-12-01 14:32:07 +0100
commit8a8bd020e9460f13928ef714da15fe9cb389316a (patch)
tree6f51b058aca2a4da841825f3c21b43f5dc936ab7 /libs/libfmt
parentd8ebe7d78e75a767133388ce756cee717a9ce43e (diff)
libfmt: bump to release 7.1.3
Signed-off-by: Othmar Truniger <github@truniger.ch>
Diffstat (limited to 'libs/libfmt')
-rw-r--r--libs/libfmt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libfmt/Makefile b/libs/libfmt/Makefile
index c19b66dff..1f2e359b5 100644
--- a/libs/libfmt/Makefile
+++ b/libs/libfmt/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libfmt
-PKG_VERSION:=7.1.2
+PKG_VERSION:=7.1.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:=4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c
+PKG_HASH:=5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>