mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/heimdal: Updated for version 1.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
80db22f89b
commit
7358da6e29
3 changed files with 4 additions and 8 deletions
|
@ -28,8 +28,4 @@ config var/heimdal/kdc.conf-sample.new
|
|||
config etc/profile.d/heimdal.sh.new
|
||||
config etc/profile.d/heimdal.csh.new
|
||||
|
||||
# Add heimdal libs to the library search path
|
||||
if ! grep -q '^/usr/heimdal/lib$' etc/ld.so.conf ; then
|
||||
echo "/usr/heimdal/lib" >> etc/ld.so.conf
|
||||
fi
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
PRGNAM=heimdal
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="heimdal"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="http://www.h5l.org"
|
||||
DOWNLOAD="http://www.h5l.org/dist/src/heimdal-1.5.1.tar.gz"
|
||||
MD5SUM="0709951e91560f788b4b7cb125604b2b"
|
||||
DOWNLOAD="http://www.h5l.org/dist/src/heimdal-1.5.2.tar.gz"
|
||||
MD5SUM="bb23d9dbdafd395d816f7abc598481a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Thibaut Notteboom"
|
||||
|
|
Loading…
Reference in a new issue