diff options
author | Thomas Morper <thomas@beingboiled.info> | 2011-05-10 14:50:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-10 15:44:36 -0500 |
commit | 882b8f060b10ea2386dc5b26167f0b5c3db0a8a7 (patch) | |
tree | 625c4c5d2095aebdf85b907c17b25e494dc41fe6 /network/exim/exim.SlackBuild | |
parent | 62ebf3dca3e697466a51aee58583e6f991a4b58e (diff) | |
download | slackbuilds-882b8f060b10ea2386dc5b26167f0b5c3db0a8a7.tar.gz |
network/exim: Updated for version 4.76.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.SlackBuild')
-rw-r--r-- | network/exim/exim.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index f7ac8ddbd8..11e76bbb82 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -8,16 +8,14 @@ # Thanks to Debian for the manpages. PRGNAM=exim -VERSION=${VERSION:-4.74} +VERSION=${VERSION:-4.76} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |