development/pli: Updated for version 1.2.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dd766edbc0
commit
06a4726868
|
@ -8,3 +8,6 @@ so that programs linked with it can be distributed freely.
|
|||
|
||||
The package ships with extensive documentation. Also, see
|
||||
README_SBo.txt for Slackware-specific details.
|
||||
|
||||
There's no way to build or run this on aarch64, or anything else but
|
||||
x86 and x86_64.
|
||||
|
|
|
@ -6,12 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20231121 bkw: update for v1.2.0.
|
||||
# 20230103 bkw: update for v0.9.10e, fix PKGTYPE mess.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pli
|
||||
VERSION=${VERSION:-0.9.10e}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="pli"
|
||||
VERSION="0.9.10e"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://www.iron-spring.com/"
|
||||
DOWNLOAD="http://www.iron-spring.com/pli-0.9.10e.tgz \
|
||||
DOWNLOAD="http://www.iron-spring.com/pli-1.2.0.tgz \
|
||||
https://slackware.uk/~urchlay/src/plicl-0.0.1"
|
||||
MD5SUM="3fe88c87e004036ea0406baa10a248a0 \
|
||||
MD5SUM="1be38297b60f61c3f9f4742e3188dcdf \
|
||||
43cef380d335b102f52524874d59d324"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue