Browse Source
office/gnucash-docs: Updated for version 4.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
Lenard Spencer
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
office/gnucash-docs/gnucash-docs.SlackBuild
-
office/gnucash-docs/gnucash-docs.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for gnucash-docs |
|
|
|
|
|
|
|
# Copyright 2018, 2019, 2020,2021 Lenard Spencer <lenardrspencer@gmail.com> |
|
|
|
# Copyright 2018, 2019, 2020, 2021, 2022 Lenard Spencer, Orlando, Florida, USA |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gnucash-docs |
|
|
|
DESTNAM=gnucash |
|
|
|
VERSION=${VERSION:-4.9} |
|
|
|
VERSION=${VERSION:-4.10.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gnucash-docs" |
|
|
|
VERSION="4.9" |
|
|
|
VERSION="4.10.1" |
|
|
|
HOMEPAGE="https://www.gnucash.org" |
|
|
|
DOWNLOAD="https://downloads.sourceforge.net/gnucash/gnucash-docs-4.9.tar.gz" |
|
|
|
MD5SUM="6584ed80f0088f3c04822b6fcbf05132" |
|
|
|
DOWNLOAD="https://downloads.sourceforge.net/gnucash/gnucash-docs-4.10.1.tar.gz" |
|
|
|
MD5SUM="0b50c8fd01a296e1999298f2f92b5b0b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="gnucash rarian yelp" |
|
|
|
|