diff --git a/.github/workflows/bsdtar.yml b/.github/workflows/bsdtar.yml index 7d2799833..4fe2623bf 100644 --- a/.github/workflows/bsdtar.yml +++ b/.github/workflows/bsdtar.yml @@ -56,7 +56,7 @@ jobs: uses: ./.github/workflows/release.yml with: workflow: ${{ github.workflow }} - tool_version: '3.7.6' + tool_version: '3.7.7' 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/.tools/download_bsdtar.sh b/.tools/download_bsdtar.sh index f964bd8f2..de0481431 100755 --- a/.tools/download_bsdtar.sh +++ b/.tools/download_bsdtar.sh @@ -3,7 +3,7 @@ is_windows_os=false && [[ $(uname) == Windows_NT* || $(uname) == MINGW64_NT* ]] && is_windows_os=true echo "download bsdtar ..." -bsdtar_version=3.7.6 +bsdtar_version=3.7.7 bsdtar_toolset_name="build-musl" && [[ "$is_windows_os" == true ]] && bsdtar_toolset_name="build-mingw" bsdtar_download_url="https://github.com/hemnstill/StandaloneTools/releases/download/bsdtar-$bsdtar_version/$bsdtar_toolset_name.tar.gz" diff --git a/README.md b/README.md index bc665564b..badfec151 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/pylint-3.0.3/total?label=⭳%20pylint-3.0.3)](https://github.com/hemnstill/StandaloneTools/releases/tag/pylint-3.0.3) | [![GitHub Repo stars](https://img.shields.io/github/stars/PyCQA/pylint?style=social&label=pylint)](https://github.com/PyCQA/pylint) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/PyCQA/pylint)](https://pylint.pycqa.org/en/latest/) | | [![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.6/total?label=⭳%20bsdtar-3.7.6)](https://github.com/hemnstill/StandaloneTools/releases/tag/bsdtar-3.7.6) | [![GitHub Repo stars](https://img.shields.io/github/stars/libarchive/libarchive?style=social&label=libarchive)](https://github.com/libarchive/libarchive) [![latest packaged version(s)](https://repology.org/badge/latest-versions/libarchive.svg)](https://repology.org/project/libarchive/versions) | +| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/bsdtar-3.7.7/total?label=⭳%20bsdtar-3.7.7)](https://github.com/hemnstill/StandaloneTools/releases/tag/bsdtar-3.7.7) | [![GitHub Repo stars](https://img.shields.io/github/stars/libarchive/libarchive?style=social&label=libarchive)](https://github.com/libarchive/libarchive) [![latest packaged version(s)](https://repology.org/badge/latest-versions/libarchive.svg)](https://repology.org/project/libarchive/versions) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/7-Zip-24.08/total?label=⭳%207-Zip-24.08)](https://github.com/hemnstill/StandaloneTools/releases/tag/7-Zip-24.08) | [![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) | diff --git a/bsdtar/build_mingw.sh b/bsdtar/build_mingw.sh index 6822081e6..5b5329252 100755 --- a/bsdtar/build_mingw.sh +++ b/bsdtar/build_mingw.sh @@ -9,7 +9,7 @@ choco install mingw echo "::endgroup::" tool_name="bsdtar.exe" -tool_version="3.7.6" +tool_version="3.7.7" self_toolset_name="build-mingw" download_url="https://github.com/libarchive/libarchive/releases/download/v$tool_version/libarchive-$tool_version.tar.gz" diff --git a/bsdtar/build_musl.sh b/bsdtar/build_musl.sh index f8f1ce685..9beab5fe1 100755 --- a/bsdtar/build_musl.sh +++ b/bsdtar/build_musl.sh @@ -13,7 +13,7 @@ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main a echo "::endgroup::" tool_name="bsdtar" -tool_version="3.7.6" +tool_version="3.7.7" self_toolset_name="build-musl" download_url="https://github.com/libarchive/libarchive/releases/download/v$tool_version/libarchive-$tool_version.tar.gz" diff --git a/bsdtar/test_linux.sh b/bsdtar/test_linux.sh index daffc9ce9..1c412df17 100755 --- a/bsdtar/test_linux.sh +++ b/bsdtar/test_linux.sh @@ -1,7 +1,7 @@ #!/bin/bash testVersion() { - assertEquals "bsdtar 3.7.6 - libarchive 3.7.6 zlib/1.3.1 liblzma/5.4.5 libzstd/1.5.6 " "$(../bin/bsdtar --version)" + assertEquals "bsdtar 3.7.7 - libarchive 3.7.7 zlib/1.3.1 liblzma/5.4.5 libzstd/1.5.6 " "$(../bin/bsdtar --version)" } # Load and run shUnit2. diff --git a/bsdtar/test_windows.sh b/bsdtar/test_windows.sh index 972c494a3..a42fb2afc 100755 --- a/bsdtar/test_windows.sh +++ b/bsdtar/test_windows.sh @@ -1,7 +1,7 @@ #!/bin/bash testVersion() { - assertEquals "bsdtar 3.7.6 - libarchive 3.7.6 zlib/1.3 liblzma/5.4.4 libzstd/1.5.6 " "$(../bin/bsdtar.exe --version)" + assertEquals "bsdtar 3.7.7 - libarchive 3.7.7 zlib/1.3 liblzma/5.4.4 libzstd/1.5.6 " "$(../bin/bsdtar.exe --version)" } # Load and run shUnit2.