mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/cproto: Updated for version 4.7w.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b768e7b618
commit
7312df136e
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240805 bkw: update for v4.7w.
|
||||
# 20230309 bkw: update for v4.7v.
|
||||
# 20230102 bkw: update for v4.7u.
|
||||
# 20211129 bkw: update for v4.7t.
|
||||
|
@ -13,7 +14,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cproto
|
||||
VERSION=${VERSION:-4.7v}
|
||||
VERSION=${VERSION:-4.7w}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cproto"
|
||||
VERSION="4.7v"
|
||||
VERSION="4.7w"
|
||||
HOMEPAGE="https://invisible-island.net/cproto/"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/cproto/cproto-4.7v.tgz"
|
||||
MD5SUM="2f48717d83c948b94105f759278c17c2"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/cproto/cproto-4.7w.tgz"
|
||||
MD5SUM="e27494d0cc39eb612e097dafda05b8ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue