diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-10-15 20:54:33 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-10-15 20:54:33 +0000 |
commit | 3dd5c8b58860e55e98729a3f4ef1966bb7fd8720 (patch) | |
tree | 39037fdc90674702572f735c545fe610d2f37446 /app | |
parent | da7c9c5321ab89d8d54c836a19e7e70f5e62314f (diff) | |
download | slackbuilds-3dd5c8b58860e55e98729a3f4ef1966bb7fd8720.tar.gz slackbuilds-3dd5c8b58860e55e98729a3f4ef1966bb7fd8720.tar.bz2 |
denyhosts: updated to 2.6
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1423 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app')
-rwxr-xr-x | app/admin/denyhosts/denyhosts.SlackBuild | 2 | ||||
-rwxr-xr-x | app/admin/denyhosts/denyhosts.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/admin/denyhosts/denyhosts.SlackBuild b/app/admin/denyhosts/denyhosts.SlackBuild index 97ef0f00..c1d13cc9 100755 --- a/app/admin/denyhosts/denyhosts.SlackBuild +++ b/app/admin/denyhosts/denyhosts.SlackBuild @@ -25,7 +25,7 @@ fi # default settings PACKAGE="denyhosts" -VERSION=${VERSION:=2.5} +VERSION=${VERSION:=2.6} ARCH=${ARCH:=i486} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} diff --git a/app/admin/denyhosts/denyhosts.build b/app/admin/denyhosts/denyhosts.build index e189a8da..7d85b8bb 100755 --- a/app/admin/denyhosts/denyhosts.build +++ b/app/admin/denyhosts/denyhosts.build @@ -31,7 +31,7 @@ fi # default settings PACKAGE="denyhosts" -VERSION=${VERSION:=2.5} +VERSION=${VERSION:=2.6} ARCH=${ARCH:=i486} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |