gnucash-htdocs beta: Repackage GnuCash 5.6 for windows.
John Ralls
jralls at code.gnucash.org
Tue Apr 2 16:26:57 EDT 2024
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/2b15a6b4 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/1eb06866 (commit)
commit 2b15a6b4ce56b82d69540df95d28a7f121087760
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Apr 2 13:26:44 2024 -0700
Repackage GnuCash 5.6 for windows.
To fix https://bugs.gnucash.org/show_bug.cgi?id=799170
diff --git a/externals/global_params.php b/externals/global_params.php
index 6ee18f2..74dbb63 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -11,8 +11,8 @@
define("PROG_TRANSLATIONS", 61);
$latest_stable = $major_stable.".".$minor_stable;
- $latest_stable_win = $latest_stable;
- //$latest_stable_win = $latest_stable."-1";
+ //$latest_stable_win = $latest_stable;
+ $latest_stable_win = $latest_stable."-1";
$latest_stable_mac_intel = $latest_stable."-1";
// 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/news/240331-5.6.news b/news/240331-5.6.news
index 7cdce6c..d2d728a 100644
--- a/news/240331-5.6.news
+++ b/news/240331-5.6.news
@@ -87,7 +87,7 @@
<ul>
<li><code>b4b42c626350f3e79f7ca1f2173545cc63ddee1addf2460b1a1f22221bf21bd1</code> gnucash-5.6.tar.bz2</li>
<li><code>50aebe914da600003c3b668c6a0b86df3d583a200c378f0f16658bec299bbbd3</code> gnucash-5.6.tar.gz</li>
- <li><code>dc6139469696168ddd13ad617a8fbd31c2389b0960a82bc2da1c0c5606b37f46</code> gnucash-5.6.setup.exe</li>
+ <li><code>4596d431e5785ef3d80bcbea6e1c5e1df98c3b9b27314e6d8d2eae679424f56c</code> gnucash-5.6-1.setup.exe</li>
<li><code>2cc91f36d9939065dac366058aae1a6a8c41cfe84850b6b549ee87ba075d50d4</code> Gnucash-Intel-5.6-1.dmg</li>
<li><code>8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02</code> gnucash-docs-5.6.tar.gz</li>
</ul>
@@ -95,12 +95,12 @@
<ul>
<li>SourceForge:
<ul>
- <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/gnucash-5.6.setup.exe">Win32</a></li>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/gnucash-5.6-1.setup.exe">Win32</a></li>
<li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/Gnucash-Intel-5.6-1.dmg">Mac-Intel</a></li>
</ul></li>
<li>Github
<ul>
- <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.6/gnucash-5.6.setup.exe">Win32</a></li>
+ <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.6/gnucash-5.6-1.setup.exe">Win32</a></li>
<li><a href="https://github.com/Gnucash/gnucash/releases/download/5.6/Gnucash-Intel-5.6-1.dmg">Mac-Intel</a></li>
</ul></li></ul>
Summary of changes:
externals/global_params.php | 4 ++--
news/240331-5.6.news | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list