Browse Source

spdlog: update to 1.8.5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
1692a687fb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/spdlog/Makefile

+ 2
- 2
libs/spdlog/Makefile View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=spdlog
PKG_VERSION:=1.8.3
PKG_VERSION:=1.8.5
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/gabime/spdlog/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=6f5b88ca4c9b96264e6c961716fec6f1a7b94c80a5edce667c3e42507caa8a82
PKG_HASH:=944d0bd7c763ac721398dca2bb0f3b5ed16f67cef36810ede5061f35a543b4b8
PKG_MAINTAINER:=
PKG_LICENSE:=MIT


Loading…
Cancel
Save