gnucash-htdocs master: Replace Mac dmg, -1 was missing GNC_DBD_DIR in environment.

John Ralls jralls at code.gnucash.org
Mon Apr 30 01:12:21 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e5920167 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/82623d4b (commit)



commit e59201672bedf25d748b1c1397d0f43c942f5838
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 29 22:12:12 2018 -0700

    Replace Mac dmg, -1 was missing GNC_DBD_DIR in environment.

diff --git a/externals/global_params.php b/externals/global_params.php
index c46dbd0..f7dcca3 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -7,7 +7,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/180429-3.1.news b/news/180429-3.1.news
index dcf421f..fe149c8 100644
--- a/news/180429-3.1.news
+++ b/news/180429-3.1.news
@@ -120,7 +120,7 @@ application bundle.</p>
 <li><code>48f72fb3bc2d92ca23e5a26277ddd6e6311b304c84a1a80b72ac8dc2dfe54edc</code>  gnucash-3.1.tar.bz2</li>
 <li><code>90d849fb900613ea962b1ea9cc7e5d313e8e4c6d1218dacc3425e1bb57201471</code>  gnucash-3.1.tar.gz</li>
 <li><code>699070d8e895e80f1d1042b506dfe38be1707493eeea856987e5b04e198bf5e2</code>  gnucash-3.1.setup.exe</li>
-<li><code>5eeb24f4578247896e24e82ca77b5d4630c2cba3b0b4b138cf4aee1187c8a0ff</code>  Gnucash-Intel-3.1-2.dmg</li>
+<li><code>71d06ea408302defacf08dcc8343ade86eeb2298b8b33e75a6e240754c2faf71</code>  Gnucash-Intel-3.1-2.dmg</li>
 <li><code>52852ed90ccdf27b76deb1b4095b9e457c807c5598a2eea31e00560bb0c3531c</code>  gnucash-docs-3.1.tar.gz</li>
 </ul></p>
 



Summary of changes:
 externals/global_params.php | 2 +-
 news/180429-3.1.news        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list