From 227c9146f256412ed8fd1a70bb656835ce2b724a Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Tue, 7 Jun 2022 23:27:36 +0200 Subject: [PATCH] Try Auto-Build with 4.4.0.58 --- .github/workflows/main.yml | 6 +++--- rpm/harbour-fernschreiber.changes | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7cfb505..ef7c334 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,20 +53,20 @@ jobs: id: build_armv7hl uses: coderus/github-sfos-build@master with: - release: 4.2.0.21 + release: 4.4.0.58 - name: Build i486 id: build_i486 uses: coderus/github-sfos-build@master with: - release: 4.2.0.21 + release: 4.4.0.58 arch: i486 - name: Build aarch64 id: build_aarch64 uses: coderus/github-sfos-build@master with: - release: 4.2.0.21 + release: 4.4.0.58 arch: aarch64 - name: Upload build result diff --git a/rpm/harbour-fernschreiber.changes b/rpm/harbour-fernschreiber.changes index 1e8e3f1..a19e3aa 100644 --- a/rpm/harbour-fernschreiber.changes +++ b/rpm/harbour-fernschreiber.changes @@ -12,7 +12,7 @@ # * date Author's Name version-release # - Summary of changes -* Xxx Jun XX 2022 Sebastian J. Wolf 0.16 +* Tue Jun 07 2022 Sebastian J. Wolf 0.16 - Support message reactions - Support t.me/+... links - Update to TDLib 1.8.3 - let's see if everything still works ;)