diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-11-04 21:30:45 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-05 10:32:29 -0700 |
commit | b121a210c9271ab910bc16ad81e7125f5b692de3 (patch) | |
tree | 88470415244c1dc859d73e8112ab9db87e5f2b75 | |
parent | a75aaa452b0f814894ec0f0023436cac1dfe6fb3 (diff) |
log4cplus: update to 2.0.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | libs/log4cplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/log4cplus/Makefile b/libs/log4cplus/Makefile index ba03d9c0a..accfeb5fa 100644 --- a/libs/log4cplus/Makefile +++ b/libs/log4cplus/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=log4cplus -PKG_VERSION:=2.0.7 +PKG_VERSION:=2.0.8 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_HASH:=8f74a0a5920ba044b24e2ebeb0f1e5e36d85d5c23ed48d9fe328882b16130db8 +PKG_HASH:=f5949e713cf8635fc554384ab99b04716e3430f28eed6dd7d71ad03d959b91a0 PKG_MAINTAINER:=BangLang Huang <banglang.huang@foxmail.com>, Rosy Song <rosysong@rosinson.com> PKG_LICENSE:=BSD-2-Clause Apache-2.0 |