summaryrefslogtreecommitdiffstats
path: root/network/exim/exim.SlackBuild
diff options
context:
space:
mode:
author Thomas Morper2011-05-10 21:50:09 +0200
committer Robby Workman2011-05-10 22:44:36 +0200
commit882b8f060b10ea2386dc5b26167f0b5c3db0a8a7 (patch)
tree625c4c5d2095aebdf85b907c17b25e494dc41fe6 /network/exim/exim.SlackBuild
parent62ebf3dca3e697466a51aee58583e6f991a4b58e (diff)
downloadslackbuilds-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.SlackBuild4
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