Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7-zip 24.05
Browse files Browse the repository at this point in the history
hemnstill committed May 15, 2024
1 parent 4eb6180 commit d3c43bd
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/7-Zip.yml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ jobs:
uses: ./.github/workflows/release.yml
with:
workflow: ${{ github.workflow }}
tool_version: '23.01'
tool_version: '24.05'
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
4 changes: 2 additions & 2 deletions 7-Zip/build_mingw.sh
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@ dp0="$(realpath "$(dirname "$0")")"
set -e

tool_name="7-Zip"
tool_version="23.01"
tool_version="24.05"
self_toolset_name="build-mingw"
release_version_dirpath="$dp0/release/build"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"

download_url="https://www.7-zip.org/a/7z2301-src.tar.xz"
download_url="https://www.7-zip.org/a/7z2405-src.tar.xz"
echo "::group::prepare sources $download_url"

"$dp0/../.tools/download_bsdtar.sh"
4 changes: 2 additions & 2 deletions 7-Zip/build_musl.sh
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@ apk add --no-cache alpine-sdk make linux-headers
echo "::endgroup::"

tool_name="7-Zip"
tool_version="23.01"
tool_version="24.05"
self_toolset_name="build-musl"
release_version_dirpath="$dp0/release/build"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"

download_url="https://www.7-zip.org/a/7z2301-src.tar.xz"
download_url="https://www.7-zip.org/a/7z2405-src.tar.xz"
echo "::group::prepare sources $download_url"

"$dp0/../.tools/download_bsdtar.sh"

0 comments on commit d3c43bd

Please sign in to comment.