diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-14 02:01:13 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-14 02:01:13 +0000 |
commit | a84156027b987c271f2cec4766d598bd4b3d81e7 (patch) | |
tree | 2bce1e7bf9d51f8f11d3a0ccc38c46e7feba3119 /mail/mta/postfix | |
parent | e607a3e9a6a116c5739ad419b793aa60b1bbb5fc (diff) | |
download | slackbuilds-a84156027b987c271f2cec4766d598bd4b3d81e7.tar.gz slackbuilds-a84156027b987c271f2cec4766d598bd4b3d81e7.tar.bz2 |
postfix: updated to 2.3.5
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@918 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mail/mta/postfix')
-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 eed71ce9..81627522 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.4} +VERSION=${VERSION:=2.3.5} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} |