aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2020-12-28 17:25:32 +0000
committerAndy Postnikov <apostnikov@gmail.com>2020-12-28 18:42:41 +0000
commitfb8ee2f0e4c3c190aecc90568ff714bf34b3e200 (patch)
treefafe3f05ff289b607181c682bc044e410bf071a9
parent278d5db67efd4845b794c74f07288d32e0a0934c (diff)
testing/log_proxy: upgrade to 0.4.2
Fixes missing options in log_proxy_wrapper binary. For more details, see https://github.com/metwork-framework/log_proxy/releases
-rw-r--r--testing/log_proxy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/log_proxy/APKBUILD b/testing/log_proxy/APKBUILD
index 4db603e3eb6..4c1e118f7de 100644
--- a/testing/log_proxy/APKBUILD
+++ b/testing/log_proxy/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jake Buchholz <tomalok@gmail.com>
# Maintainer: Jake Buchholz <tomalok@gmail.com>
pkgname=log_proxy
-pkgver=0.4.0
+pkgver=0.4.2
pkgrel=0
pkgdesc="A tiny C utility for log rotation for apps that write their logs to stdout."
url="https://github.com/metwork-framework/log_proxy"
@@ -25,4 +25,4 @@ package() {
make install DESTDIR="$pkgdir" PREFIX="/usr"
}
-sha512sums="ac59f8036abaff774951fceab11692f6b46f388f11c88a6f3d17d7e095e752080b49f3d27fd77ad20d6c2c1d92f60548182a9f074322d8e38307c0b3fa7bbc94 log_proxy-0.4.0.tar.gz"
+sha512sums="2bc59fe0561ab14b1288d360da2dfc00e1889272f6c6c416e274fe816dc7231bb9e7f89c3f17a3060d0da182ef1f824bf04a85982e311c88af2c277a2afe4afc log_proxy-0.4.2.tar.gz"