From 0cca550b52c4dd655fadd35b519e9cee74729c81 Mon Sep 17 00:00:00 2001 From: Alexandr Reshetnikov Date: Sat, 19 Aug 2023 00:15:19 +0700 Subject: [PATCH] far2l 2.5.2 (#86) alpine version 3.16 --- .github/workflows/far2l.yml | 3 ++- README.md | 2 +- far2l/build_glibc-p.sh | 2 +- far2l/build_glibc.sh | 2 +- far2l/build_musl.sh | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/far2l.yml b/.github/workflows/far2l.yml index 620225a95..c1518a00f 100644 --- a/.github/workflows/far2l.yml +++ b/.github/workflows/far2l.yml @@ -8,6 +8,7 @@ jobs: uses: ./.github/workflows/build-alpine.yml with: workflow: ${{ github.workflow }} + version: 3.16 ubuntu-glibc: if: ${{ vars.CURRENT_TOOL == github.workflow }} @@ -53,7 +54,7 @@ jobs: uses: ./.github/workflows/release.yml with: workflow: ${{ github.workflow }} - tool_version: '2.5.1' + tool_version: '2.5.2' 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 d6e88c26d..613c5d2b9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/7-Zip-23.01/total?label=⭳%207-Zip-23.01)](https://github.com/hemnstill/StandaloneTools/releases/tag/7-Zip-23.01) | [![SourceForge Downloads](https://img.shields.io/sourceforge/dm/sevenzip?style=social&label=7-Zip)](https://sourceforge.net/projects/sevenzip/) | | [![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.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/far2l-2.5.2/total?label=⭳%20far2l-2.5.2)](https://github.com/hemnstill/StandaloneTools/releases/tag/far2l-2.5.2) | [![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.9/total?label=⭳%20openssl-3.0.9)](https://github.com/hemnstill/StandaloneTools/releases/tag/openssl-3.0.9) | [![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 81674ffb2..754cb1b8f 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.1" +tool_version="2.5.2" 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 6fee5780c..351f3a8be 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.1" +tool_version="2.5.2" 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 29ddfb5b4..ce3574297 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.1" +tool_version="2.5.2" 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"