gnucash-htdocs beta: New tarballs and macOS bundle

John Ralls jralls at code.gnucash.org
Wed Sep 27 00:09:22 EDT 2023


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



commit d8db44fa42244cb73f2c644ce923745506ddb376
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 26 21:09:14 2023 -0700

    New tarballs and macOS bundle
    
    Because the original dist didn't pick up the tag and so had the wrong version

diff --git a/externals/global_params.php b/externals/global_params.php
index fa19974..3ff4413 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -13,10 +13,10 @@
      $latest_stable             = $major_stable.".".$minor_stable;
      //$latest_stable_win         = $latest_stable;
      $latest_stable_win         = $latest_stable."";
-     $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."";
+     $tarball                   = $latest_stable."-1";
 
      $major_unstable            ="4";
      $minor_latest_unstable     ="904";
diff --git a/news/230924-5.4.news b/news/230924-5.4.news
index a44aba4..d5be838 100644
--- a/news/230924-5.4.news
+++ b/news/230924-5.4.news
@@ -106,10 +106,10 @@
 
 <p>The SHA256 Hashes for the downloadable files are:</p>
 <ul>
-    <li>9a069fe2bfea7ddf8afb90a523beab02a0963e9f1d4c36da9c91aef74787f354<code></code>  gnucash-5.4.tar.bz2</li>
-    <li><code>9d3eb3cd63730cf34d4c14dea6921bfe57f3936e0ca6e17ffc04c38dc1b40061</code>  gnucash-5.4.tar.gz</li>
+    <li><code>7741165d6d652ea7b4a1e8498cf439a56b81a5cc8b653291a59054f2362abfcc</code>  gnucash-5.4-1.tar.bz2</li>
+    <li><code>7989c2fff67ff356e99c9a4b8d90a7759c7bde73844afb0595ee1322f4a19ced</code>  gnucash-5.4.tar.gz</li>
     <li><code>5bfed628750fc034b56fc6285a1b7b0bf9bc8aa1d831e7a946d523be27351d48</code>  gnucash-5.4.setup.exe</li>
-    <li><code>bd121cc9a15368a02501462151a948b3f460effd0e4ce7f01a2d96739e64ae1b</code>  Gnucash-Intel-5.4-1.dmg</li>
+    <li><code>ffe311fd2077cf1df15c253a5e062dc3801fa9db06829d3d12184184727e89c8</code>  Gnucash-Intel-5.4-2.dmg</li>
     <li><code>e2a93460e7768b1b18e466e352ac13212b75094be6334ca0427b6cd4f66d8793</code>  gnucash-docs-5.2.tar.gz</li>
 </ul>
 



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



More information about the gnucash-changes mailing list