Skip to content

Commit

Permalink
try build FRP-5398-g89ae34445
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jun 25, 2024
1 parent 40e87e3 commit e0cc26f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/busybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: ./.github/workflows/release.yml
with:
workflow: ${{ github.workflow }}
tool_version: '1.35.0-FRP-4784'
tool_version: '1.37.0-FRP-5398'
prepare_body: |
bsdtar -Oxf ./build-musl/build-musl.tar.gz build-musl.md >> body.md
bsdtar -Oxf ./build-mingw/build-mingw.tar.gz build-mingw.md >> body.md
Expand Down
2 changes: 1 addition & 1 deletion busybox/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "::endgroup::"

tool_name="busybox.exe"
# version_tests: no_tool_version
tool_version="FRP-4784-g5507c8744"
tool_version="FRP-5398-g89ae34445"

download_url="https://github.com/rmyorston/busybox-w32/archive/refs/tags/$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 1 addition & 1 deletion busybox/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "::endgroup::"

tool_name="busybox"
# version_tests: no_tool_version
tool_version="1.35.0"
tool_version="1.37.0"

download_url="https://busybox.net/downloads/busybox-$tool_version.tar.bz2"
echo "::group::prepare sources $download_url"
Expand Down

0 comments on commit e0cc26f

Please sign in to comment.