mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
office/anorack: Updated for version 0.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ebbea9521
commit
68ec6aa043
3 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue