aboutsummaryrefslogtreecommitdiff
path: root/libs/libfmt
diff options
context:
space:
mode:
authorOthmar Truniger <github@truniger.ch>2021-06-22 09:32:58 +0200
committerOthmar Truniger <github@truniger.ch>2021-06-22 09:32:58 +0200
commit23f11c9b67aaa43183c777604f83ce8e71e7eb33 (patch)
tree2aa310758c54dad5f52c060381b994b2a55b9029 /libs/libfmt
parentcc1d0aa3d2e83252b1e85e65ce6eb6c7a4c4e98b (diff)
libfmt: bump to version 8.0.0
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 1f2e359b5..274b89aac 100644
--- a/libs/libfmt/Makefile
+++ b/libs/libfmt/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libfmt
-PKG_VERSION:=7.1.3
+PKG_VERSION:=8.0.0
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:=5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc
+PKG_HASH:=7bce0e9e022e586b178b150002e7c2339994e3c2bbe44027e9abb0d60f9cce83
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>