office/anorack: Updated for version 0.2.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2020-06-02 07:47:33 +07:00 committed by Willy Sudiarto Raharjo
parent 3ebbea9521
commit 68ec6aa043
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 8 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"