gnucash-on-flatpak master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Apr 29 15:37:31 EDT 2024
Updated via https://github.com/Gnucash/gnucash-on-flatpak/commit/fbe57adb (commit)
via https://github.com/Gnucash/gnucash-on-flatpak/commit/ce3c2e30 (commit)
via https://github.com/Gnucash/gnucash-on-flatpak/commit/b59f03f7 (commit)
from https://github.com/Gnucash/gnucash-on-flatpak/commit/4fe3dc61 (commit)
commit fbe57adbcfce2f7a56a7aafd9711b4105502484c
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Apr 29 12:35:26 2024 -0700
Update xmlsec to 1.3.4
Changing the download URL to github because github URLs don't change
when a new version is released.
diff --git a/modules/aqbanking.json b/modules/aqbanking.json
index 262dc7e..183b275 100644
--- a/modules/aqbanking.json
+++ b/modules/aqbanking.json
@@ -15,8 +15,8 @@
"sources": [
{
"type": "archive",
- "url": "https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.1.tar.gz",
- "sha256": "10f48384d4fd1afc05fea545b74fbf7c152582f0a895c189f164d55270400c63"
+ "url": "https://github.com/lsh123/xmlsec/releases/download/1.3.4/xmlsec1-1.3.4.tar.gz",
+ "sha256": "45ad9078d41ae76844ad2f8651600ffeec0fdd128ead988a8d69e907c57aee75"
}
]
},
commit ce3c2e30523984521a2fae634f23d5c06cce9b3f
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Apr 29 12:33:00 2024 -0700
Update Boost to the latest release.
diff --git a/modules/boost.json b/modules/boost.json
index 1139c62..d123239 100644
--- a/modules/boost.json
+++ b/modules/boost.json
@@ -4,8 +4,8 @@
"sources": [
{
"type": "archive",
- "url": "https://downloads.sourceforge.net/boost/boost/1.76.0/boost_1_76_0.tar.bz2",
- "sha256": "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41"
+ "url": "https://downloads.sourceforge.net/boost/boost/1.85.0/boost_1_85_0.tar.bz2",
+ "sha256": "7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617"
}
],
"build-commands": [
commit b59f03f7235f54914d9d293d4d3a9739b02ad870
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Apr 28 13:48:45 2024 -0700
Bump Gnome runtime version to 46.
44 is no longer supported.
diff --git a/org.gnucash.GnuCash.json b/org.gnucash.GnuCash.json
index 0264f89..116f235 100644
--- a/org.gnucash.GnuCash.json
+++ b/org.gnucash.GnuCash.json
@@ -1,7 +1,7 @@
{
"app-id": "org.gnucash.GnuCash",
"runtime": "org.gnome.Platform",
- "runtime-version": "44",
+ "runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "gnucash",
"copy-icon": true,
Summary of changes:
modules/aqbanking.json | 4 ++--
modules/boost.json | 4 ++--
org.gnucash.GnuCash.json | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list