diff options
author | Othmar Truniger <github@truniger.ch> | 2020-08-03 18:17:45 +0200 |
---|---|---|
committer | Othmar Truniger <github@truniger.ch> | 2020-08-03 18:17:45 +0200 |
commit | d29e150f1770513858f5ee970d90507d2ba093b6 (patch) | |
tree | a50b4565ad37bcbd4a36db21289950174d976e92 /libs/libfmt | |
parent | b6446c122ebe2cd9fda9dda16030f4feeb26e1e3 (diff) |
libfmt: bump to version 7.0.2
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 88c227dfb..903187833 100644 --- a/libs/libfmt/Makefile +++ b/libs/libfmt/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libfmt -PKG_VERSION:=7.0.1 +PKG_VERSION:=7.0.2 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:=ac335a4ca6beaebec4ddb2bc35b9ae960b576f3b64a410ff2c379780f0cd4948 +PKG_HASH:=7697e022f9cdc4f90b5e0a409643faa2cde0a6312f85e575c8388a1913374de5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch> |