gnucash-on-windows master: Release GnuCash 4.3

John Ralls jralls at code.gnucash.org
Sat Dec 26 21:02:54 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/2ec33749 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/7e769af9 (commit)



commit 2ec337497a0c7f8e93119b3021ad4819c2641b06
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 26 18:02:33 2020 -0800

    Release GnuCash 4.3

diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index 9fedbd6..07e0079 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -140,7 +140,7 @@ if (test-path -path $install_manifest) {
 #git.exe -C $script_unix reset --hard 2>&1 | Tee-Object -FilePath $log_file -Append
 #git.exe -C $script_unix pull --rebase 2>&1 | Tee-Object -FilePath $log_file -Append
 # Build the latest GnuCash and all dependencies not installed via mingw64
-bash.exe -lc "jhbuild --no-interact -f $script_unix/jhbuildrc build --clean 2>&1" | Tee-Object -FilePath $log_file -Append
+bash.exe -lc "jhbuild --no-interact -f /c/gcdev64/src/gnucash-on-windows.git/jhbuildrc build --clean 2>&1" | Tee-Object -FilePath $log_file -Append
 
 $setup_file_valid = False
 $new_file = test-path -path $target_dir\$package\$branch\inst\bin\gnucash.exe -NewerThan $time_stamp
diff --git a/gnucash.modules b/gnucash.modules
index 4363dcb..e0abb9e 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -274,8 +274,8 @@
 
  <cmake id="gnucash"
         cmakeargs="-DCMAKE_PREFIX_PATH=$MSYS2ROOT -DPERL_EXECUTABLE=/usr/bin/perl -DGNC_DBD_DIR=$PREFIX/lib/dbd -DGTEST_ROOT=$SRCROOT/googletest">
-   <branch module="project/gnucash/gnucash%20%28stable%29/4.2/gnucash-4.2.tar.bz2"
-	   repo="sourceforge" version="4.2"/>
+   <branch module="project/gnucash/gnucash%20%28stable%29/4.3/gnucash-4.3.tar.bz2"
+	   repo="sourceforge" version="4.3"/>
     <dependencies>
       <dep package="libofx"/>
       <dep package="aqbanking"/>
@@ -333,7 +333,7 @@
   <cmake id="gnucash-docs"
         cmakeargs="-G'MSYS Makefiles'"
         use-ninja="False"> <!-- Can't use ninja for now. See https://bugs.gnucash.org/show_bug.cgi?id=797622 -->
-    <branch  module="project/gnucash/gnucash%20%28stable%29/4.2/gnucash-docs-4.2.tar.gz"
+    <branch  module="project/gnucash/gnucash%20%28stable%29/4.3/gnucash-docs-4.3.tar.gz"
 	     version="4.2" repo="sourceforge"/>
   </cmake>
 



Summary of changes:
 buildserver/build_package.ps1 | 2 +-
 gnucash.modules               | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list