gnucash-on-osx master: Package GnuCash 5.5 on macOS
John Ralls
jralls at code.gnucash.org
Sat Dec 16 16:52:09 EST 2023
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/16bf20e7 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/f914cdad (commit)
commit 16bf20e77adf09d35b4f0a3d26e29b590a031a7a
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Dec 16 13:49:43 2023 -0800
Package GnuCash 5.5 on macOS
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 91d5ff7..cd03167 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 5.4-2 © 2023 GnucashContributors</string>
+ <string>Gnucash version 5.5-1 © 2023 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>5.4-2 © 2023 Gnucash Contributors</string>
+ <string>5.5-1 © 2023 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.4-2</string>
+ <string>5.5-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.4-2</string>
+ <string>5.5-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 9c50be9..9854361 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -261,8 +261,8 @@
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
- <branch module="gnucash/gnucash-5.4-1.tar.bz2"
- checkoutdir="gnucash-5.4" repo="sourceforge" version="5.4" />
+ <branch module="gnucash/gnucash-5.5.tar.bz2"
+ checkoutdir="gnucash-5.5" repo="sourceforge" version="5.5" />
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libofx"/>
@@ -340,8 +340,8 @@
<cmake id="gnucash-docs"
ninjaargs="html">
- <branch module="gnucash/gnucash-docs-5.4.tar.gz"
- version="5.4" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs-5.5.tar.gz"
+ version="5.5" repo="sourceforge"/>
</cmake>
<cmake id="gnucash-unstable-docs"
Summary of changes:
gnucash-bundler/Info.plist | 8 ++++----
modulesets/gnucash.modules | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
More information about the gnucash-changes
mailing list