From c7d02418c7c8b8d6d0b3db3af95c553064729823 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Tue, 25 Jun 2024 23:02:13 +0400 Subject: [PATCH] busybox.net 1.36.1 --- busybox/build_musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/build_musl.sh b/busybox/build_musl.sh index a70875494..963681a95 100755 --- a/busybox/build_musl.sh +++ b/busybox/build_musl.sh @@ -11,7 +11,7 @@ echo "::endgroup::" tool_name="busybox" # version_tests: no_tool_version -tool_version="1.37.0" +tool_version="1.36.1" download_url="https://busybox.net/downloads/busybox-$tool_version.tar.bz2" echo "::group::prepare sources $download_url"