Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed May 27, 2024
1 parent 162db64 commit 79ea4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 7-Zip/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ release_version_dirpath="$dp0/release/build"

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

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

"$dp0/../.tools/download_bsdtar.sh"
Expand Down
2 changes: 1 addition & 1 deletion 7-Zip/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release_version_dirpath="$dp0/release/build"

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

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

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

0 comments on commit 79ea4da

Please sign in to comment.