diff options
author | Othmar Truniger <github@truniger.ch> | 2020-08-11 18:26:38 +0200 |
---|---|---|
committer | Othmar Truniger <github@truniger.ch> | 2020-08-11 18:26:38 +0200 |
commit | 19a568923d5b8ff466e97aed5ef429bea8291ae7 (patch) | |
tree | 5a7e9e4cf78234b438584d543c7d7e54cc6a474c /libs/libfmt | |
parent | 1e836cb41a08ddcab785aa2445d25494d846d25b (diff) |
libfmt: bump to upstream version 7.0.3
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 903187833..86dea60fb 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfmt -PKG_VERSION:=7.0.2 +PKG_VERSION:=7.0.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:=7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5 +PKG_HASH:=b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> |