diff options
author | Othmar Truniger <github@truniger.ch> | 2022-08-30 18:41:40 +0200 |
---|---|---|
committer | Othmar Truniger <github@truniger.ch> | 2022-09-06 21:18:27 +0200 |
commit | 125fb8de5b04be63272d245604c2027d4a76aa61 (patch) | |
tree | 940e4cc81570ef8e1ba74891fd07e5bd24cf2772 /libs/libfmt | |
parent | bb79972f8df1f9e3a9fb15c1d5ec001db2e1b2e9 (diff) |
libfmt: bump to upstream version 9.1.0
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 456233714..6cfe65d1c 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfmt -PKG_VERSION:=9.0.0 +PKG_VERSION:=9.1.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:=9a1e0e9e843a356d65c7604e2c8bf9402b50fe294c355de0095ebd42fb9bd2c5 +PKG_HASH:=5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> |