gnucash-htdocs beta: New MacOS Apple Silicon bundle.

John Ralls jralls at code.gnucash.org
Tue Jul 16 19:00:49 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d58ffdac (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d5e6f88e (commit)



commit d58ffdace976b8cf9b78ce4f0537a9fee4494d59
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 16 16:00:27 2024 -0700

    New MacOS Apple Silicon bundle.

diff --git a/externals/global_params.php b/externals/global_params.php
index 61ccd3d..11c67f6 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -13,6 +13,7 @@
      $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_intel   = $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".
diff --git a/images/icons/apple-silver-32.png b/images/icons/apple-silver-32.png
new file mode 100644
index 0000000..6f52f80
Binary files /dev/null and b/images/icons/apple-silver-32.png differ
diff --git a/index.phtml b/index.phtml
index d96c45d..c343e9c 100644
--- a/index.phtml
+++ b/index.phtml
@@ -25,9 +25,12 @@ include ("externals/menu.phtml");
           <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png"  style="vertical-align: middle;"/> <?=\LABEL_WIN?>
             <a
             href="<?=$latest_stable_path.$latest_stable_win?>"><?=\SUPPORTED_WIN?></a></li>
-          <li><img alt="Apple Logo" src="<?=$top_dir?>/images/icons/apple_logo.png"  style="vertical-align: middle;"/> <?=\LABEL_MAC?>
-            <a
-            href="<?=$latest_stable_path.$latest_stable_mac_intel?>"><?=\SUPPORTED_MAC?></a></li>
+          <li><img alt="Apple Logo" src="<?=$top_dir?>/images/icons/apple-silver-32.png"  style="vertical-align: middle;"/> <?=\LABEL_MAC\ARCH_MAC_ARM?>
+              <a
+                  href="<?=$latest_stable_path.$latest_stable_mac_arm?>"><?=\SUPPORTED_MAC_ARM?></a></li>
+          <li><img alt="Apple Logo" src="<?=$top_dir?>/images/icons/apple_logo.png"  style="vertical-align: middle;"/> <?=\LABEL_MAC\ARCH_MAC_X86?>
+              <a
+                  href="<?=$latest_stable_path.$latest_stable_mac_intel?>"><?=\SUPPORTED_MAC_INTEL?></a></li>
           <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source code, Development …)")?></a></li>
         </ul>
       </div>
diff --git a/news/240707-5.8.news b/news/240707-5.8.news
index 2bd2201..4c1e39f 100644
--- a/news/240707-5.8.news
+++ b/news/240707-5.8.news
@@ -37,6 +37,7 @@
     <li><code>a2c823fb700b9d4598692ec81394959bde388d8ef191efe4ea2c02426bb52593</code>  gnucash-5.8.tar.bz2</li>
     <li><code>b00cff635e8bc8ff996a9f7942fd92414f13ccf3415402cc33220ee58d6f12b8</code>  gnucash-5.8.tar.gz</li>
     <li><code>a8fdeab6ea49dfb78fa5f6b638005b3e392a8d87c1ed6bc9b0f56ebb48eaa48f</code>  gnucash-5.8-1.setup.exe</li>
+    <li><code>3b736455e7c2f26324f4968c475bb1b858e243269fdcb676091fa99b51cd7e98</code>  Gnucash-Arm-5.8-1.dmg</li>
     <li><code>ddfbbecc87db276dc30a164a90b51189702215d4326160346824cb69d7f0ffe9</code>  Gnucash-Intel-5.8-2.dmg</li>
     <li><code>b8f344ec5824090669f93e9ba3ecfafecd55462a5ff1b2d323d7a9c8f9aa5a3f</code>  gnucash-docs-5.8.tar.gz</li>
 </ul>
@@ -45,12 +46,14 @@
     <li>SourceForge:
         <ul>
             <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/gnucash-5.8-1.setup.exe">Win32</a></li>
-            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/Gnucash-Intel-5.8-1.dmg">Mac-Intel</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/Gnucash-Arm-5.8-1.dmg">Mac-Intel</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/Gnucash-Intel-5.8-2.dmg">Mac-Intel</a></li>
         </ul></li>
     <li>Github
         <ul>
             <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.8/gnucash-5.8-1.setup.exe">Win32</a></li>
-            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.8/Gnucash-Intel-5.8-1.dmg">Mac-Intel</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.8/Gnucash-Arm-5.8-1.dmg">Mac-Intel</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.8/Gnucash-Intel-5.8-2.dmg">Mac-Intel</a></li>
         </ul></li></ul>
 
 <h3>Getting GnuCash as source code</h3>



Summary of changes:
 externals/global_params.php      |   1 +
 images/icons/apple-silver-32.png | Bin 0 -> 1948 bytes
 index.phtml                      |   9 ++++++---
 news/240707-5.8.news             |   7 +++++--
 4 files changed, 12 insertions(+), 5 deletions(-)
 create mode 100644 images/icons/apple-silver-32.png



More information about the gnucash-changes mailing list