Browse Source

Merge pull request #11837 from tru7/libfmt

libfmt: bump to version 6.2.0
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
a4d19d83db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libfmt/Makefile

+ 2
- 2
libs/libfmt/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libfmt
PKG_VERSION:=6.1.2
PKG_VERSION:=6.2.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:=1cafc80701b746085dddf41bd9193e6d35089e1c6ec1940e037fcb9c98f62365
PKG_HASH:=fe6e4ff397e01c379fc4532519339c93da47404b9f6674184a458a9967a76575
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>


Loading…
Cancel
Save