gnucash-htdocs master: Repackage Gnucash 5.13 for macOS Intel: guile calls arm-only function.
John Ralls
jralls at code.gnucash.org
Tue Sep 30 15:53:50 EDT 2025
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/724b1d60 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/e7e0980e (commit)
commit 724b1d6089d97d1f891af633621a0a0677f13fb1
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Sep 30 12:49:03 2025 -0700
Repackage Gnucash 5.13 for macOS Intel: guile calls arm-only function.
diff --git a/externals/global_params.php b/externals/global_params.php
index 98f7116..959587f 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -13,8 +13,8 @@
$latest_stable = $major_stable.".".$minor_stable;
$latest_stable_win = $latest_stable;
//$latest_stable_win = $latest_stable."-1";
- $latest_stable_mac_arm = $latest_stable."-1";
- $latest_stable_mac_x86 = $latest_stable."-1";
+ $latest_stable_mac_arm = $latest_stable."-2";
+ $latest_stable_mac_x86 = $latest_stable."-3";
// Change this when there has been a re-tag to add the re-tag letter,
// e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".
$tarball = $latest_stable."";
diff --git a/news/250928-5.13.news b/news/250928-5.13.news
index 51e40be..957b0d4 100644
--- a/news/250928-5.13.news
+++ b/news/250928-5.13.news
@@ -81,7 +81,7 @@
<li><code>f853c11b1a4c6022903f5f8c07cdeb75441bade2403a48bfc65a63cfc6ffee5b</code> gnucash-5.13.tar.gz</li>
<li><code>3422374e1d3ee112946595d88797be8046d1569b9215b51b208bf007392610cd</code> gnucash-5.13.setup.exe</li>
<li><code>f392c641c8747c27d706552c3f97164302bd98dd42141dca002e3af1c1c3c204</code> Gnucash-Arm-5.13-2.dmg</li>
- <li><code>b8ec717d6f2cd9ed903b78781d534a56ff38027067189ae45fb5b702f31f4b96</code> Gnucash-Intel-5.13-2.dmg</li>
+ <li><code>6bc9ffc888a10fc39a25dc529024d14f3c56533612fe8e4bef7c7601342f702b</code> Gnucash-Intel-5.13-3.dmg</li>
<li><code>6796d70005169f04e49d1393e8198469c331d07f2e7782b6935e6676087c6353</code> gnucash-docs-5.13.tar.gz</li>
</ul>
Summary of changes:
externals/global_params.php | 4 ++--
news/250928-5.13.news | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list