diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-03 12:35:22 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-03 12:35:22 +0000 |
commit | e4ffe9e390a5db49f94c609d6cac8a3abd033df5 (patch) | |
tree | bd0e1264f7280d64174ccd741399515c99c904a0 | |
parent | e2554b709cbde8077f6f82a936a06277d427bb44 (diff) | |
download | slackbuilds-e4ffe9e390a5db49f94c609d6cac8a3abd033df5.tar.gz slackbuilds-e4ffe9e390a5db49f94c609d6cac8a3abd033df5.tar.bz2 |
postfix: updated to 2.4.0
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1137 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | mail/mta/postfix/postfix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mta/postfix/postfix.SlackBuild b/mail/mta/postfix/postfix.SlackBuild index 8b7c42e0..e702b981 100755 --- a/mail/mta/postfix/postfix.SlackBuild +++ b/mail/mta/postfix/postfix.SlackBuild @@ -27,7 +27,7 @@ fi # default settings PACKAGE=postfix ARCH=${ARCH:=i486} -VERSION=${VERSION:=2.3.7} +VERSION=${VERSION:=2.4.0} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} |