mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/cproto: Updated for version 4.7s.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fa576b482f
commit
02ca95f7ce
2 changed files with 4 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=cproto
|
PRGNAM=cproto
|
||||||
VERSION=${VERSION:-4.7q}
|
VERSION=${VERSION:-4.7s}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
|
||||||
# the name of the created package would be, and then exit. This information
|
|
||||||
# could be useful to other scripts.
|
|
||||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="cproto"
|
PRGNAM="cproto"
|
||||||
VERSION="4.7q"
|
VERSION="4.7s"
|
||||||
HOMEPAGE="https://invisible-island.net/cproto/"
|
HOMEPAGE="https://invisible-island.net/cproto/"
|
||||||
DOWNLOAD="ftp://ftp.invisible-island.net/cproto/cproto-4.7q.tgz"
|
DOWNLOAD="https://invisible-mirror.net/archives/cproto/cproto-4.7s.tgz"
|
||||||
MD5SUM="080c9edd8f68246304831d09e740f9e9"
|
MD5SUM="f1c7dfb63b934dc73f1177d0d1917867"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue