development/bcpp: Updated for version 20240111.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7ad8577067
commit
ccc0372dec
|
@ -6,10 +6,12 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240312 bkw: update for v20240111.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bcpp
|
||||
VERSION=${VERSION:-20230130}
|
||||
VERSION=${VERSION:-20240111}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bcpp"
|
||||
VERSION="20230130"
|
||||
VERSION="20240111"
|
||||
HOMEPAGE="https://invisible-island.net/bcpp/bcpp.html"
|
||||
DOWNLOAD="https://invisible-island.net/archives/bcpp/bcpp-20230130.tgz"
|
||||
MD5SUM="da9ba740760c3d15c54c8fb2e8d21a9e"
|
||||
DOWNLOAD="https://invisible-island.net/archives/bcpp/bcpp-20240111.tgz"
|
||||
MD5SUM="151d44c39c0573c8da58196f4caf2b84"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue