Browse Source

Merge pull request #13871 from tru7/libfmt

libfmt: bump to version 7.1.2
lilik-openwrt-22.03
Michael Heimpold 4 years ago
committed by GitHub
parent
commit
0a9b37c70c
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:=7.0.3
PKG_VERSION:=7.1.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:=b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297
PKG_HASH:=4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>


Loading…
Cancel
Save