diff options
author | Othmar Truniger <github@truniger.ch> | 2024-01-10 16:40:33 +0100 |
---|---|---|
committer | Othmar Truniger <github@truniger.ch> | 2024-01-10 16:40:33 +0100 |
commit | 9e06d10289d14bb2dc0a5bbcb642cfa0e7e5dc77 (patch) | |
tree | bd0e9aff932c3f5df822d3e6773ad3a111f0382b /libs/libfmt | |
parent | ab20c1bd90df66c8351a063a7a3318100f5c22af (diff) |
libfmt: bump to upstream version 10.2.1
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 6cfe65d1c..e8709edb2 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfmt -PKG_VERSION:=9.1.0 +PKG_VERSION:=10.2.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:=5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2 +PKG_HASH:=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> |