diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index d628ae43..4b68952f 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -119,7 +119,7 @@ | [libtree](https://github.com/haampie/libtree) | 3.1.1 | devtools | | [liquidprompt](https://github.com/nojhan/liquidprompt) | 2.1.2 | core | | [livereload](https://github.com/lepture/python-livereload) | 2.6.3 | python3_devtools | -| [log_proxy](https://github.com/metwork-framework/log_proxy) | 0.7.3 | core | +| [log_proxy](https://github.com/metwork-framework/log_proxy) | 0.7.4 | core | | [lua-resty-cookie](https://github.com/cloudflare/lua-resty-cookie/) | master-20160630 | openresty | | [lua-resty-hmac](https://github.com/jkeys089/lua-resty-hmac) | master20190920 | openresty | | [lua-resty-http](https://github.com/pintsized/lua-resty-http) | master-20160530 | openresty | diff --git a/layers/layer0_core/0080_log_proxy/Makefile.mk b/layers/layer0_core/0080_log_proxy/Makefile.mk index e4e13144..f36391d8 100644 --- a/layers/layer0_core/0080_log_proxy/Makefile.mk +++ b/layers/layer0_core/0080_log_proxy/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include ../../package.mk export NAME=log_proxy -export VERSION=0.7.3 +export VERSION=0.7.4 export EXTENSION=tar.gz export CHECKTYPE=MD5 -export CHECKSUM=f59cda49e3c4bd21efa22de7499508f0 +export CHECKSUM=576fe5363f68727262654346ef22cf8a DESCRIPTION=\ log_proxy is a tiny C utility for log rotation for apps that write their logs to stdout/stderr WEBSITE=https://github.com/metwork-framework/log_proxy diff --git a/layers/layer0_core/0080_log_proxy/sources b/layers/layer0_core/0080_log_proxy/sources index 1c1e81c1..426ac887 100644 --- a/layers/layer0_core/0080_log_proxy/sources +++ b/layers/layer0_core/0080_log_proxy/sources @@ -1 +1 @@ -https://github.com/metwork-framework/log_proxy/archive/v0.7.3.tar.gz +https://github.com/metwork-framework/log_proxy/archive/v0.7.4.tar.gz