network/kstart: Updated for version 4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2022-10-13 22:18:06 +01:00 committed by Willy Sudiarto Raharjo
parent 7064e41b59
commit d5764d3a15
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for kstart
# Copyright 2019 Thibaut Notteboom, Paris, FRANCE
# Copyright 2019-2022 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kstart
VERSION=${VERSION:-4.2}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -97,7 +97,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE NEWS README README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="kstart"
VERSION="4.2"
VERSION="4.3"
HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart/"
DOWNLOAD="http://archives.eyrie.org/software/kerberos/kstart-4.2.tar.gz"
MD5SUM="3386a891f462e90108f77f520895d9e7"
DOWNLOAD="http://archives.eyrie.org/software/kerberos/kstart-4.3.tar.gz"
MD5SUM="029a57f503099263bf67688343cebf89"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""