aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-12 21:03:07 +0000
committersaturneric <[email protected]>2025-04-12 21:03:07 +0000
commitee2c24311bcfd8f04ab00e388150121b72a2ecfb (patch)
tree4e297bc8fe99c0aac675dded73c5bde1ca48c107 /.github
parentfeat: support tooltips for key table entries (diff)
downloadGpgFrontend-ee2c24311bcfd8f04ab00e388150121b72a2ecfb.tar.gz
GpgFrontend-ee2c24311bcfd8f04ab00e388150121b72a2ecfb.zip
fix: upgrade to gpgme 1.24.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-qt5.yml2
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/testing-nightly.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index db27b380..289536f2 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -140,7 +140,7 @@ jobs:
- name: Build GpgME (Linux)
run: |
- git clone --depth 1 --branch gpgme-1.23.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
+ git clone --depth 1 --branch gpgme-1.24.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
cd ${{github.workspace}}/third_party/gpgme
./autogen.sh
./configure --enable-maintainer-mode --enable-languages=cpp && make -j4
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 39a6078c..f37a4f9f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -161,7 +161,7 @@ jobs:
- name: Build GpgME (Linux)
run: |
- git clone --depth 1 --branch gpgme-1.23.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
+ git clone --depth 1 --branch gpgme-1.24.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
cd ${{github.workspace}}/third_party/gpgme
./autogen.sh
./configure --enable-maintainer-mode --enable-languages=cpp && make -j4
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml
index 0f325b0d..8b0bf223 100644
--- a/.github/workflows/testing-nightly.yml
+++ b/.github/workflows/testing-nightly.yml
@@ -154,7 +154,7 @@ jobs:
- name: Build GpgME (Linux)
run: |
- git clone --depth 1 --branch gpgme-1.23.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
+ git clone --depth 1 --branch gpgme-1.24.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
cd ${{github.workspace}}/third_party/gpgme
./autogen.sh
./configure --enable-maintainer-mode --enable-languages=cpp && make -j4