diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-07-22 02:25:31 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2009-07-22 02:25:31 +0000 |
commit | 5491100afa473c45f96667ce6f89703d42e01503 (patch) | |
tree | 3341e9ea6b9672228ab1019b6b0cebbc97c142cd /app/antivirus/clamav/clamav.SlackBuild | |
parent | 5158fb5c0ffc7fa2591d3ea639095816ca4f01fd (diff) | |
download | slackbuilds-5491100afa473c45f96667ce6f89703d42e01503.tar.gz slackbuilds-5491100afa473c45f96667ce6f89703d42e01503.tar.bz2 |
newsbeuter: adding newsbeuter; wyrd: adding wyrd; remind: adding remind; ddclient: adding ddclient; inadyn: adding inadyn
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2230 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/antivirus/clamav/clamav.SlackBuild')
-rwxr-xr-x | app/antivirus/clamav/clamav.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/antivirus/clamav/clamav.SlackBuild b/app/antivirus/clamav/clamav.SlackBuild index 6133c9ab..dd32a5a1 100755 --- a/app/antivirus/clamav/clamav.SlackBuild +++ b/app/antivirus/clamav/clamav.SlackBuild @@ -16,7 +16,7 @@ # # slackbuild for clamav, by Sivio Rhatto # requires: -# tested: clamav-0.95.1 +# tested: clamav-0.95.2 # model: generic.mkSlackBuild $Rev: 805 $ # @@ -32,7 +32,7 @@ CWD="$(pwd)" SRC_NAME="clamav" PKG_NAME="clamav" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=0.95.1} +SRC_VERSION=${VERSION:=0.95.2} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rha} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME |