gnucash-htdocs master: Update download links for macOS GnuCash 5.9-2
John Ralls
jralls at code.gnucash.org
Thu Nov 21 14:18:15 EST 2024
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/dc7d1043 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/21fa21a4 (commit)
commit dc7d104393b8dfb863f84d3c6af70a0c3a542716
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Nov 21 11:17:44 2024 -0800
Update download links for macOS GnuCash 5.9-2
diff --git a/externals/global_params.php b/externals/global_params.php
index 9b321b0..380961f 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."-2";
// 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."";
Summary of changes:
externals/global_params.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list