diff options
author | Thomas Morper <thomas@beingboiled.info> | 2017-03-09 08:28:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:53 +0700 |
commit | 819870693c3f00590408de2306da2373f9e28209 (patch) | |
tree | f2902b706616a5c56d8b48f9669e037b411a3708 /network/exim/exim.SlackBuild | |
parent | 855d5110de9aa6beff7145bc9ed6270639c8334d (diff) |
network/exim: Updated for version 4.89.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.SlackBuild')
-rw-r--r-- | network/exim/exim.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index e3163e555b5bc..18db9f29e1e95 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Exim -# Copyright 2012-2016 Thomas Morper, Augsburg, Germany +# Copyright 2012-2017 Thomas Morper, Augsburg, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exim -VERSION=${VERSION:-4.88} +VERSION=${VERSION:-4.89} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |