From 8a18c9e157a07a56d4b33d50d0fcbb142b252ebc Mon Sep 17 00:00:00 2001 From: Alexandr Reshetnikov Date: Mon, 27 May 2024 10:44:34 -0700 Subject: [PATCH] 7-zip 24.05 -> 24.06 (#108) --- .github/workflows/7-Zip.yml | 2 +- 7-Zip/build_mingw.sh | 4 ++-- 7-Zip/build_musl.sh | 4 ++-- 7-Zip/test_linux.sh | 2 +- 7-Zip/test_windows.sh | 2 +- README.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/7-Zip.yml b/.github/workflows/7-Zip.yml index f60058e4b..f35986fef 100644 --- a/.github/workflows/7-Zip.yml +++ b/.github/workflows/7-Zip.yml @@ -57,7 +57,7 @@ jobs: uses: ./.github/workflows/release.yml with: workflow: ${{ github.workflow }} - tool_version: '24.05' + tool_version: '24.06' 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 diff --git a/7-Zip/build_mingw.sh b/7-Zip/build_mingw.sh index 92cb37370..d42667a2d 100755 --- a/7-Zip/build_mingw.sh +++ b/7-Zip/build_mingw.sh @@ -3,13 +3,13 @@ dp0="$(realpath "$(dirname "$0")")" set -e tool_name="7-Zip" -tool_version="24.05" +tool_version="24.06" 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/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" diff --git a/7-Zip/build_musl.sh b/7-Zip/build_musl.sh index e3a833f6c..3c9502272 100755 --- a/7-Zip/build_musl.sh +++ b/7-Zip/build_musl.sh @@ -10,13 +10,13 @@ apk add --no-cache alpine-sdk make linux-headers echo "::endgroup::" tool_name="7-Zip" -tool_version="24.05" +tool_version="24.06" 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/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" diff --git a/7-Zip/test_linux.sh b/7-Zip/test_linux.sh index 870eb22b2..46bc09b4f 100755 --- a/7-Zip/test_linux.sh +++ b/7-Zip/test_linux.sh @@ -2,7 +2,7 @@ testVersion() { assertEquals " -7-Zip (z) 24.05 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-14" "$(../bin/7zz | head -2)" +7-Zip (z) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26" "$(../bin/7zz | head -2)" } # Load and run shUnit2. diff --git a/7-Zip/test_windows.sh b/7-Zip/test_windows.sh index 9b38750b3..ff6b64df2 100755 --- a/7-Zip/test_windows.sh +++ b/7-Zip/test_windows.sh @@ -2,7 +2,7 @@ testVersion() { assertEquals " -7-Zip (z) 24.05 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-14" "$(../bin/7zz.exe | dos2unix | head -2)" +7-Zip (z) 24.06 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-05-26" "$(../bin/7zz.exe | dos2unix | head -2)" } # Load and run shUnit2. diff --git a/README.md b/README.md index 06303a868..ca40b3f84 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/mypy-1.8.0/total?label=⭳%20mypy-1.8.0)](https://github.com/hemnstill/StandaloneTools/releases/tag/mypy-1.8.0) | [![GitHub Repo stars](https://img.shields.io/github/stars/python/mypy?style=social&label=mypy)](https://github.com/python/mypy) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/python/mypy)](https://mypy.readthedocs.io/en/latest/) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/ansible-8.3.0/total?label=⭳%20ansible-8.3.0-core-2.15.3)](https://github.com/hemnstill/StandaloneTools/releases/tag/ansible-8.3.0) | [![GitHub Repo stars](https://img.shields.io/github/stars/ansible/ansible?style=social&label=ansible)](https://github.com/ansible/ansible) [![PyPI](https://img.shields.io/pypi/v/ansible)](https://pypi.org/project/ansible/) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/ansible/ansible)](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/bsdtar-3.7.3/total?label=⭳%20bsdtar-3.7.3)](https://github.com/hemnstill/StandaloneTools/releases/tag/bsdtar-3.7.3) | [![GitHub Repo stars](https://img.shields.io/github/stars/libarchive/libarchive?style=social&label=libarchive)](https://github.com/libarchive/libarchive) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/libarchive/libarchive)](https://github.com/libarchive/libarchive/releases/latest) | -| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/7-Zip-24.05/total?label=⭳%207-Zip-24.05)](https://github.com/hemnstill/StandaloneTools/releases/tag/7-Zip-24.05) | [![SourceForge Downloads](https://img.shields.io/sourceforge/dm/sevenzip?style=social&label=7-Zip&logo=sourceforge)](https://sourceforge.net/projects/sevenzip/) [![versions](https://repology.org/badge/latest-versions/7zip.svg)](https://repology.org/project/7zip/versions) | +| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/7-Zip-24.06/total?label=⭳%207-Zip-24.06)](https://github.com/hemnstill/StandaloneTools/releases/tag/7-Zip-24.06) | [![SourceForge Downloads](https://img.shields.io/sourceforge/dm/sevenzip?style=social&label=7-Zip&logo=sourceforge)](https://sourceforge.net/projects/sevenzip/) [![versions](https://repology.org/badge/latest-versions/7zip.svg)](https://repology.org/project/7zip/versions) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/zstd-1.5.6/total?label=⭳%20zstd-1.5.6)](https://github.com/hemnstill/StandaloneTools/releases/tag/zstd-1.5.6) | [![GitHub Repo stars](https://img.shields.io/github/stars/facebook/zstd?style=social&label=zstd)](https://github.com/facebook/zstd) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/facebook/zstd)](https://github.com/facebook/zstd/releases/latest) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/pg_dump-15.1/total?label=⭳%20pg_dump-15.1)](https://github.com/hemnstill/StandaloneTools/releases/tag/pg_dump-15.1) | [![GitHub Repo stars](https://img.shields.io/github/stars/postgres/postgres?style=social&label=postgres)](https://github.com/postgres/postgres) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/postgres/postgres)](https://www.postgresql.org/docs/current/index.html) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/mysql-8.3.0/total?label=⭳%20mysql-8.3.0)](https://github.com/hemnstill/StandaloneTools/releases/tag/mysql-8.3.0) | [![GitHub Repo stars](https://img.shields.io/github/stars/mysql/mysql-server?style=social&label=mysql-server)](https://github.com/mysql/mysql-server) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/mysql/mysql-server)](https://dev.mysql.com/doc/relnotes/mysql/en/) |