From 3cda0ef198a281ee5fdb6dcaf8fe1824881c88ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20T=C3=BCrkal?= Date: Wed, 27 Mar 2024 11:27:54 +0300 Subject: [PATCH] fix(shadowsocks-rust): add busybox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Furkan Türkal --- shadowsocks-rust.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shadowsocks-rust.yaml b/shadowsocks-rust.yaml index 27d0820758..ac526c3d4b 100644 --- a/shadowsocks-rust.yaml +++ b/shadowsocks-rust.yaml @@ -1,7 +1,7 @@ package: name: shadowsocks-rust version: 1.18.2 - epoch: 1 + epoch: 2 description: A Rust port of shadowsocks copyright: - license: MIT @@ -58,6 +58,7 @@ subpackages: dependencies: runtime: - shadowsocks-rust + - busybox # The entrypoint script uses `#!/bin/sh` test: environment: