aboutsummaryrefslogtreecommitdiff
path: root/libs/libfmt
diff options
context:
space:
mode:
authorOthmar Truniger <github@truniger.ch>2022-01-12 17:54:47 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2022-01-13 10:03:52 +0100
commita15aa0813587ff52f00e965a0dc8ccdcb269ac95 (patch)
tree4088982ecd12b15ecd0cd43b930c35675b236ed7 /libs/libfmt
parentd504cb206fdb49b64880ec9a9fc6c71ed92a4025 (diff)
libfmt: bump to new upstream version 8.1.1
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 53cb43721..f4cee55a9 100644
--- a/libs/libfmt/Makefile
+++ b/libs/libfmt/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libfmt
-PKG_VERSION:=8.0.1
+PKG_VERSION:=8.1.1
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:=b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01
+PKG_HASH:=3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>