gnucash-htdocs master: New tarballs and AIO bundles
John Ralls
jralls at code.gnucash.org
Thu Sep 28 15:07:22 EDT 2023
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/6cf92e9f (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/9cd99ee6 (commit)
commit 6cf92e9f1624ae7908e2d61f101d23b9f06a5b0a
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Sep 26 21:09:14 2023 -0700
New tarballs and AIO bundles
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..5cab678 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -12,11 +12,11 @@
$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_win = $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..91f75ec 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>5bfed628750fc034b56fc6285a1b7b0bf9bc8aa1d831e7a946d523be27351d48</code> gnucash-5.4.setup.exe</li>
- <li><code>bd121cc9a15368a02501462151a948b3f460effd0e4ce7f01a2d96739e64ae1b</code> Gnucash-Intel-5.4-1.dmg</li>
+ <li><code>7741165d6d652ea7b4a1e8498cf439a56b81a5cc8b653291a59054f2362abfcc</code> gnucash-5.4-1.tar.bz2</li>
+ <li><code>7989c2fff67ff356e99c9a4b8d90a7759c7bde73844afb0595ee1322f4a19ced</code> gnucash-5.4.tar.gz</li>
+ <li><code>e1925591bbdddd80b1ff8ddf0634652ef098072bd96a5bb98f000cdcc5c841ff</code> gnucash-5.4-1.setup.exe</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 | 6 +++---
news/230924-5.4.news | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
More information about the gnucash-changes
mailing list