mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/po4a: Updated for version 0.69.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8bef15d979
commit
11b55b4e6b
2 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230103 bkw: update for v0.69.
|
||||
|
||||
# 20220110 bkw:
|
||||
# - new maintainer.
|
||||
# - relicense as WTFPL with permission from Didier.
|
||||
|
@ -23,7 +25,7 @@ export LC_ALL=en_US.UTF-8
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=po4a
|
||||
VERSION=${VERSION:-0.65}
|
||||
VERSION=${VERSION:-0.69}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="po4a"
|
||||
VERSION="0.65"
|
||||
VERSION="0.69"
|
||||
HOMEPAGE="https://po4a.org/"
|
||||
DOWNLOAD="https://github.com/mquinson/po4a/releases/download/v0.65/po4a-0.65.tar.gz"
|
||||
MD5SUM="16588d7939e05e9fa3d27cda18d4f3d9"
|
||||
DOWNLOAD="https://github.com/mquinson/po4a/releases/download/v0.69/po4a-0.69.tar.gz"
|
||||
MD5SUM="72844709ea43c5956e7435a5301bac11"
|
||||
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