gnucash-on-osx master: Package Gnucash 4.10

John Ralls jralls at code.gnucash.org
Mon Mar 28 15:55:17 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/39302a6a (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/24e0fd5e (commit)



commit 39302a6a14971c83d44ea61cec56ac2b0af52af0
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 28 12:54:55 2022 -0700

    Package Gnucash 4.10

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 29c1ffd..2d3dca4 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Gnucash</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Gnucash version 4.9-1 © 2021 GnucashContributors</string>
+	<string>Gnucash version 4.10-1 © 2022 GnucashContributors</string>
 	<key>CFBundleIconFile</key>
 	<string>gnucash.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -15,17 +15,17 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleLongVersionString</key>
-	<string>4.9-1 © 2021 Gnucash Contributors</string>
+	<string>4.10-1 © 2022 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.9-1</string>
+	<string>4.10-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.9-1</string>
+	<string>4.10-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
@@ -64,7 +64,7 @@
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.finance</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2021 Gnucash Contributors</string>
+	<string>Copyright 2022 Gnucash Contributors</string>
 	<key>NSHighResolutionCapable</key>
 	<true/>
 </dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index c4b6c49..b7afa0b 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -28,7 +28,7 @@
   <repository type="tarball" name="github-tarball"
 	      href="https://github.com/"/>
   <repository type="git" name="github"
-	      href="git://github.com/"/>
+	      href="https://github.com/"/>
   <repository type="tarball" name="openssl"
 	      href="https://www.openssl.org/source/"/>
   <repository type="tarball" name="postgres"
@@ -286,8 +286,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
-   <branch module="gnucash/gnucash-4.9.tar.bz2"
-           checkoutdir="gnucash-4.9" repo="sourceforge" version="4.9" />
+   <branch module="gnucash/gnucash-4.10.tar.bz2"
+           checkoutdir="gnucash-4.10" repo="sourceforge" version="4.10" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -365,8 +365,8 @@
 
   <cmake id="gnucash-docs"
          ninjaargs="html">
-    <branch  module="gnucash/gnucash-docs-4.9.tar.gz"
-	     version="4.9" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash-docs-4.10.tar.gz"
+	     version="4.10" repo="sourceforge"/>
   </cmake>
 
   <cmake id="gnucash-unstable-docs"



Summary of changes:
 gnucash-bundler/Info.plist | 10 +++++-----
 modulesets/gnucash.modules | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)



More information about the gnucash-changes mailing list