gnucash-htdocs master: Change macOS bundle version to 4.1-2.

John Ralls jralls at code.gnucash.org
Mon Aug 3 21:21:44 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/b7d66efd (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/0c2aaafa (commit)



commit b7d66efdfab5e1c85fd354901fa982c6302dffca
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 3 18:20:40 2020 -0700

    Change macOS bundle version to 4.1-2.
    
    Fixes bug 797894.

diff --git a/externals/global_params.php b/externals/global_params.php
index d25b721..84975f8 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -9,7 +9,7 @@
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win         = $latest_stable;
      // $latest_stable_win         = $latest_stable."-1";
-     $latest_stable_mac_intel   = $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".
      $tarball                   = $latest_stable."";
diff --git a/news/200726-4.1.news b/news/200726-4.1.news
index afadf36..fb0e660 100644
--- a/news/200726-4.1.news
+++ b/news/200726-4.1.news
@@ -79,7 +79,7 @@
     <li><code>a40fc37122e1466c8085ad2be914f0687a111065f15c5d952faede78802225aa</code>  gnucash-4.1.tar.bz2</li>
     <li><code>071b4b40f5ca773ec35cee4b785da5548e82645ba57de3c4bb12a5374c19e74b</code>  gnucash-4.1.tar.gz</li>
     <li><code>836b36be639caf61321c2df24dda48691e57ddeb6b7aa13db49f8eddd5b096e0</code>  gnucash-4.1.setup.exe</li>
-    <li><code>2750e0391b545544f54aaa11117a1b999a82f178452c01d018c00642e82cf2b1</code>  Gnucash-Intel-4.1-2.dmg</li>
+    <li><code>1f4a4ed6417a43989f6fa5a7095c248b6bfe2b08d7762b82e8ef50e9beec5f23</code>  Gnucash-Intel-4.1-2.dmg</li>
     <li><code>6eb1504b189ed187ae19ce4a5a39adb83ebe7810c26d30f58ee10928ac4ef8f4</code>  gnucash-docs-4.1.tar.gz</li>
 </ul>
 
@@ -87,12 +87,12 @@
     <li>SourceForge:
         <ul>
             <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.1/gnucash-4.1.setup.exe">Win32</a></li>
-            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.1/Gnucash-Intel-4.1-1.dmg">Mac-Intel</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/4.1/Gnucash-Intel-4.1-2.dmg">Mac-Intel</a></li>
         </ul></li>
     <li>Github
         <ul>
             <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.1/gnucash-4.1.setup.exe">Win32</a></li>
-            <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.1/Gnucash-Intel-4.1-1.dmg">Mac-Intel</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/4.1/Gnucash-Intel-4.1-2.dmg">Mac-Intel</a></li>
         </ul></li></ul>
 
 <p>GnuCash is now available as a flatpak from Flathub.org. <a href="https://wiki.gnucash.org/wiki/Flatpak">Instructions for installing and running.</a></p>



Summary of changes:
 externals/global_params.php | 2 +-
 news/200726-4.1.news        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list