diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-02 07:47:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-02 07:47:33 +0700 |
commit | 68ec6aa04309872ff01b992e8bf33c40a8fdc176 (patch) | |
tree | 1d483951cf937cc80f81badd23b1e66fe87f241e /office/anorack | |
parent | 3ebbea9521c1a0616e6919618b98887b16b14d95 (diff) | |
download | slackbuilds-68ec6aa04309872ff01b992e8bf33c40a8fdc176.tar.gz |
office/anorack: Updated for version 0.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/anorack')
-rw-r--r-- | office/anorack/README | 6 | ||||
-rw-r--r-- | office/anorack/anorack.SlackBuild | 4 | ||||
-rw-r--r-- | office/anorack/anorack.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/office/anorack/README b/office/anorack/README index 0f2124c1a3..20c4d5f4bd 100644 --- a/office/anorack/README +++ b/office/anorack/README @@ -1,9 +1,9 @@ The English language has two indefinite articles: a: used before words that begin with a consonant sound (e.g., a - program, a host, a user); - an: used before words that begin with a vowel sound (e.g., an - example, an hour, an undefined variable). + program, a host, a user); + an: used before words that begin with a vowel sound (e.g., an example, + an hour, an undefined variable). anorack is a specialized spell-checker that finds incorrect indefinite articles. diff --git a/office/anorack/anorack.SlackBuild b/office/anorack/anorack.SlackBuild index 228e2983b8..ec5c5de32b 100644 --- a/office/anorack/anorack.SlackBuild +++ b/office/anorack/anorack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for anorack -# Copyright 2018-2020 Donald Cooley South Haven, Indiana USA +# Copyright 2018-2020 Donald Cooley South Haven, Indiana, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=anorack -VERSION=${VERSION:-0.2.5} +VERSION=${VERSION:-0.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/anorack/anorack.info b/office/anorack/anorack.info index 3e5dc196af..03ac655eb2 100644 --- a/office/anorack/anorack.info +++ b/office/anorack/anorack.info @@ -1,8 +1,8 @@ PRGNAM="anorack" -VERSION="0.2.5" +VERSION="0.2.6" HOMEPAGE="https://jwilk.net/software/anorack" -DOWNLOAD="https://github.com/jwilk/anorack/releases/download/0.2.5/anorack-0.2.5.tar.gz" -MD5SUM="0ec9aa6e604450010fea5981920f4f47" +DOWNLOAD="https://github.com/jwilk/anorack/releases/download/0.2.6/anorack-0.2.6.tar.gz" +MD5SUM="4f5b77433acfdd702feab98ffbf7b1e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 espeak" |