mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/po4a: Updated for version 0.73.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cde6d55125
commit
56b2ed9ef0
2 changed files with 7 additions and 5 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240816 bkw: update for v0.73.
|
||||
|
||||
# 20230701 bkw: BUILD=2:
|
||||
# - install translations to /usr/share/locale, *not* /usr/locale!
|
||||
|
||||
|
@ -28,8 +30,8 @@ export LANG=en_US.UTF-8
|
|||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
PRGNAM=po4a
|
||||
VERSION=${VERSION:-0.69}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.73}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="po4a"
|
||||
VERSION="0.69"
|
||||
VERSION="0.73"
|
||||
HOMEPAGE="https://po4a.org/"
|
||||
DOWNLOAD="https://github.com/mquinson/po4a/releases/download/v0.69/po4a-0.69.tar.gz"
|
||||
MD5SUM="72844709ea43c5956e7435a5301bac11"
|
||||
DOWNLOAD="https://github.com/mquinson/po4a/releases/download/v0.73/po4a-0.73.tar.gz"
|
||||
MD5SUM="b7d9a907d0971aeb67585a2d7b977d1c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Pod-Parser perl-Unicode-LineBreak perl-Module-Build perl-YAML-Tiny"
|
||||
|
|
Loading…
Reference in a new issue