diff --git a/.github/workflows/far2l.yml b/.github/workflows/far2l.yml index 07e64e9d3..620225a95 100644 --- a/.github/workflows/far2l.yml +++ b/.github/workflows/far2l.yml @@ -15,6 +15,7 @@ jobs: with: workflow: ${{ github.workflow }} version: 18.04 + toolset: glibc ubuntu-glibc-p: if: ${{ vars.CURRENT_TOOL == github.workflow }} @@ -52,7 +53,7 @@ jobs: uses: ./.github/workflows/release.yml with: workflow: ${{ github.workflow }} - tool_version: '2.5.0' + tool_version: '2.5.1' prepare_body: | bsdtar -Oxf ./build-musl/build-musl.tar.gz build-musl.md >> body.md bsdtar -Oxf ./build-glibc/build-glibc.tar.gz build-glibc.md >> body.md diff --git a/README.md b/README.md index ffccd2ed7..e5370abb2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/bsdtar-3.6.2/total?label=⭳%20bsdtar-3.6.2)](https://github.com/hemnstill/StandaloneTools/releases/tag/bsdtar-3.6.2) | [![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/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/busybox-1.35.0-FRP-4784/total?label=⭳%20busybox-1.35.0-FRP-4784)](https://github.com/hemnstill/StandaloneTools/releases/tag/busybox-1.35.0-FRP-4784) | [![GitHub Repo stars](https://img.shields.io/github/stars/rmyorston/busybox-w32?style=social&label=busybox-w32)](https://github.com/rmyorston/busybox-w32) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/rmyorston/busybox-w32)](https://frippery.org/busybox/release-notes/current.html) | -| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/far2l-2.5.0/total?label=⭳%20far2l-2.5.0)](https://github.com/hemnstill/StandaloneTools/releases/tag/far2l-2.5.0) | [![GitHub Repo stars](https://img.shields.io/github/stars/elfmz/far2l?style=social&label=far2l)](https://github.com/elfmz/far2l) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/elfmz/far2l)](https://github.com/elfmz/far2l/releases/latest) | +| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/far2l-2.5.1/total?label=⭳%20far2l-2.5.1)](https://github.com/hemnstill/StandaloneTools/releases/tag/far2l-2.5.1) | [![GitHub Repo stars](https://img.shields.io/github/stars/elfmz/far2l?style=social&label=far2l)](https://github.com/elfmz/far2l) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/elfmz/far2l)](https://github.com/elfmz/far2l/releases/latest) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/pcre2grep-10.40/total?label=⭳%20pcre2grep-10.40)](https://github.com/hemnstill/StandaloneTools/releases/tag/pcre2grep-10.40) | [![GitHub Repo stars](https://img.shields.io/github/stars/PCRE2Project/pcre2?style=social&label=PCRE2)](https://github.com/PCRE2Project/pcre2) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/PCRE2Project/pcre2)](https://github.com/PCRE2Project/pcre2/releases/latest) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/openssl-3.0.1/total?label=⭳%20openssl-3.0.1)](https://github.com/hemnstill/StandaloneTools/releases/tag/openssl-3.0.1)
[![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/openssl-1_1_1m/total?label=⭳%20openssl-1_1_1m)](https://github.com/hemnstill/StandaloneTools/releases/tag/openssl-1_1_1m) | [![GitHub Repo stars](https://img.shields.io/github/stars/openssl/openssl?style=social&label=OpenSSL)](https://github.com/openssl/openssl) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/openssl/openssl)](https://www.openssl.org/news/changelog.html) | diff --git a/far2l/build_glibc-p.sh b/far2l/build_glibc-p.sh index 442020f24..81674ffb2 100755 --- a/far2l/build_glibc-p.sh +++ b/far2l/build_glibc-p.sh @@ -30,7 +30,7 @@ apt install -y \ echo "::endgroup::" tool_name="far2l" -tool_version="2.5.0" +tool_version="2.5.1" self_name="$tool_name-$tool_version" self_toolset_name="build-glibc-p" self_url="https://github.com/hemnstill/StandaloneTools/releases/download/$self_name/$self_toolset_name.tar.gz" diff --git a/far2l/build_glibc.sh b/far2l/build_glibc.sh index 7d1acdd15..6fee5780c 100755 --- a/far2l/build_glibc.sh +++ b/far2l/build_glibc.sh @@ -30,7 +30,7 @@ apt install -y \ echo "::endgroup::" tool_name="far2l" -tool_version="2.5.0" +tool_version="2.5.1" self_name="$tool_name-$tool_version" self_toolset_name="build-glibc" self_url="https://github.com/hemnstill/StandaloneTools/releases/download/$self_name/$self_toolset_name.tar.gz" diff --git a/far2l/build_musl.sh b/far2l/build_musl.sh index dc1105cfb..29ddfb5b4 100755 --- a/far2l/build_musl.sh +++ b/far2l/build_musl.sh @@ -28,7 +28,7 @@ apk add --no-cache \ echo "::endgroup::" tool_name="far2l" -tool_version="2.5.0" +tool_version="2.5.1" self_name="$tool_name-$tool_version" self_toolset_name="build-musl" self_url="https://github.com/hemnstill/StandaloneTools/releases/download/$self_name/$self_toolset_name.tar.gz"