gnucash-on-flatpak master: Update AQB and Gwen to the latest releases.

John Ralls jralls at code.gnucash.org
Mon Aug 4 17:07:55 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/159827b4 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/f38ec677 (commit)



commit 159827b46a8542244c0fcbee323858a98ecbb12d
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 4 14:03:59 2025 -0700

    Update AQB and Gwen to the latest releases.
    
    Also update libgcrypt. Gwen also needs libgpg-error and explicitly
    setting GPGRT-CONFIG in the environment to find it because its
    configure.ac is a bit outdated: libgcrypt uses pkg-config now
    and has removed libgcrypt-config.

diff --git a/modules/aqbanking.json b/modules/aqbanking.json
index 46f285b..0669d72 100644
--- a/modules/aqbanking.json
+++ b/modules/aqbanking.json
@@ -5,8 +5,8 @@
     "sources": [
         {
             "type": "archive",
-            "url": "https://www.aquamaniac.de/rdm/attachments/download/531/aqbanking-6.6.0.tar.gz",
-            "sha256": "37634487b95bad72b1b21397bce08cb4b15e13cb253886767c98f31712e40bfb"
+            "url": "https://www.aquamaniac.de/rdm/attachments/download/535/aqbanking-6.6.1.tar.gz",
+            "sha256": "3250fa6d893f816d29c19af35fe5fccb74c080e21753fd9e52579a792dd48567"
         }
     ],
     "modules": [
@@ -15,8 +15,8 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://github.com/lsh123/xmlsec/releases/download/1.3.4/xmlsec1-1.3.4.tar.gz",
-                    "sha256": "45ad9078d41ae76844ad2f8651600ffeec0fdd128ead988a8d69e907c57aee75"
+                    "url": "https://github.com/lsh123/xmlsec/releases/download/1.3.7/xmlsec1-1.3.7.tar.gz",
+                    "sha256": "d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea"
                 }
             ]
         },
@@ -40,13 +40,14 @@
         {
             "name": "gwenhywfar",
             "config-opts": [
-                "--with-guis='gtk3'"
+                "--with-guis='gtk3'",
+                "GPGRT_CONFIG=/app/bin/gpgrt-config"
             ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://www.aquamaniac.de/rdm/attachments/download/529/gwenhywfar-5.12.0.tar.gz",
-                    "sha256": "0ad5f1447703211f1610053a94bce1e82abceda2222a2ecc9cf45b148395d626"
+                    "url": "https://www.aquamaniac.de/rdm/attachments/download/533/gwenhywfar-5.12.1.tar.gz",
+                    "sha256": "d188448b9c3a9709721422ee0134b9d0b7790ab7514058d99e04399e39465dda"
                 }
             ],
             "modules": [
@@ -55,8 +56,20 @@
                     "sources": [
                         {
                             "type": "archive",
-                            "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.3.tar.bz2",
-                            "sha256": "8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa"
+                            "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.1.tar.bz2",
+                            "sha256": "24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e"
+                        }
+                    ],
+                    "modules": [
+                        {
+                            "name": "libgpg-error",
+                            "sources": [
+                                {
+                                    "type": "archive",
+                                    "url": "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.55.tar.bz2",
+                                    "sha256": "95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78"
+                                }
+                            ]
                         }
                     ]
                 }



Summary of changes:
 modules/aqbanking.json | 31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list