diff options
author | Lenard Spencer <lspencer31@cfl.rr.com> | 2018-10-05 11:07:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:20 +0700 |
commit | cc8940b881836f0df4a6f357d294fcebf7e9d8ca (patch) | |
tree | 845923ef34081dcfa5a7c93f096ac0cf7b1d66a9 /office/gnucash | |
parent | 79aefbcc3f2494b5f414bb190295a8e4c88e3436 (diff) |
office/gnucash: Updated for version 3.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/gnucash')
-rw-r--r-- | office/gnucash/README | 2 | ||||
-rw-r--r-- | office/gnucash/gnucash.SlackBuild | 3 | ||||
-rw-r--r-- | office/gnucash/gnucash.info | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/office/gnucash/README b/office/gnucash/README index 01ceda48064a1..20215f5293e2e 100644 --- a/office/gnucash/README +++ b/office/gnucash/README @@ -20,7 +20,7 @@ and libdbi-drivers installed (with postgresql support), and then pass the DBI="yes" flag. NOTE: You must remove any previous installation of Gnucash before -running this script, otherwise the build will fail. +running this script, otherwise the build will fail. This script builds version 3.x which is now considered stable by the upstream developers. If you need the old stable 2.6.x series, please diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild index 71687dc9d30df..c78c9101601a7 100644 --- a/office/gnucash/gnucash.SlackBuild +++ b/office/gnucash/gnucash.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnucash -VERSION=${VERSION:-3.2} +VERSION=${VERSION:-3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -159,4 +159,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - diff --git a/office/gnucash/gnucash.info b/office/gnucash/gnucash.info index 28bdb4e53dd70..3dbcf5c8f566a 100644 --- a/office/gnucash/gnucash.info +++ b/office/gnucash/gnucash.info @@ -1,8 +1,8 @@ PRGNAM="gnucash" -VERSION="3.2" +VERSION="3.3" HOMEPAGE="http://www.gnucash.org/" -DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-3.2.tar.bz2" -MD5SUM="d442371ea6f0d16be8314e55e4fb420a" +DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-3.3.tar.bz2" +MD5SUM="2f41cb3cbbe60fefcf1d05ad3da663b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="webkit2gtk python3 gtest" |