gnucash-htdocs master: Update website to reflect re-spun 2.6.18 tarballs.

John Ralls jralls at code.gnucash.org
Wed Sep 27 23:45:50 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/012825f3 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/59f90eff (commit)



commit 012825f3f5621bc923dc9422dcd82b433ddd021b
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Sep 27 20:44:15 2017 -0700

    Update website to reflect re-spun 2.6.18 tarballs.
    
    Tarballs were respun because of a broken SWIG in F25 that created
    guile-2.0 only tarballs. Respun on Debian 8 to resolve the problem.

diff --git a/externals/global_params.php b/externals/global_params.php
index d3cb9d7..625154f 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -11,7 +11,7 @@
      $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".
-     $tarball                   = $latest_stable;
+     $tarball                   = $latest_stable."-1";
      
 #     $major_latest_unstable		="2.5";
 #     $minor_latest_unstable		="10"; 
diff --git a/news/170924-2.6.18.news b/news/170924-2.6.18.news
index 1cc156c..eacf2bb 100644
--- a/news/170924-2.6.18.news
+++ b/news/170924-2.6.18.news
@@ -44,8 +44,8 @@ the MacOS X® package is a disk image containing a drag-and-drop
 application bundle.</p>
 <p>The SHA256 Hashes for the downloadable files are:
 <ul>
-<li><code>616ab90c3be606d66fa84c6c392c60e3e08a268cdd36393df7a85ba1306e107f</code>  gnucash-2.6.18.tar.bz2</li>
-<li><code>9267b721acf2d067b4e0f615d2e0db59414fe8487af8d0e0fccec80a1751ca9c</code>  gnucash-2.6.18.tar.gz</li>
+<li><code>68730bcfcead7485011eb43d3b2c5df032c714571c81f9a15d33d8494fc4249d</code>  gnucash-2.6.18.tar.bz2</li>
+<li><code>f66e9e05c332182bd7aa23f9717d4bc32bcfaf2a1eb3a94287c88aeaa7e5894e</code>  gnucash-2.6.18.tar.gz</li>
 <li><code>fbade4d5951774fcffd8ec0e17e3a3cc82b2810e9f2e8b14c5f02cd261b11d89</code>  gnucash-2.6.18-2.setup.exe</li>
 <li><code>75b4cea0e786a0844507aa89fc8f2f5c3761825b540b224427f1c9f2f346a257</code>  Gnucash-Intel-2.6.18-1.dmg</li>
 <li><code>d372b94dc4f67876b6bea44570a56f67f713a2eb083d8edfbb61736de42e4a32</code>  Gnucash-PPC-2.6.18-1.dmg</li>
@@ -70,9 +70,9 @@ application bundle.</p>
 <p>If you want to compile GnuCash 2.6.18 for yourself, the source code can be downloaded from:</p>
 <ul>
 
-<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.18.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.18/">all files</a>.</li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.18-1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.18/">all files</a>.</li>
 
-<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/2.6.18/gnucash-2.6.18.tar.bz2">bzip</a> <b>WARNING</b> Do not try to use the github-generated files labelled "Source Code". They have not been processed with swig and will not build.</li>
+<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/2.6.18/gnucash-2.6.18-1.tar.bz2">bzip</a> <b>WARNING</b> Do not try to use the github-generated files labelled "Source Code". They have not been processed with swig and will not build.</li>
 
 <li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
 </ul>



Summary of changes:
 externals/global_params.php | 2 +-
 news/170924-2.6.18.news     | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list