diff options
author | Thomas Morper <thomas@beingboiled.info> | 2012-10-26 16:35:58 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:53:56 -0500 |
commit | 0b099b6a187badb5553a7e9d0f991098d8c4deee (patch) | |
tree | 511eef72c338578216936eeb24af750d846f6939 /network/exim/exim.SlackBuild | |
parent | 7b23b0956369cde8d32704a287d780445a654f53 (diff) | |
download | slackbuilds-0b099b6a187badb5553a7e9d0f991098d8c4deee.tar.gz |
network/exim: Updated for version 4.80.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.SlackBuild')
-rw-r--r-- | network/exim/exim.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 83f2597e27..63aac71480 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exim -VERSION=${VERSION:-4.80} -BUILD=${BUILD:-3} +VERSION=${VERSION:-4.80.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |