summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-02-11 16:05:40 +0000
committer Eric Hameleers <alien@slackware.com>2011-02-11 16:05:40 +0000
commit921a59ca2032aed1297f09cd14448cb02c37bf34 (patch)
tree81d88510b57f9d0b2f079b6eb2764fe69adbac0e /clamav
parent9fa7cd709043ad08a06912de0f5c057132d9f2d1 (diff)
downloadasb-921a59ca2032aed1297f09cd14448cb02c37bf34.tar.gz
asb-921a59ca2032aed1297f09cd14448cb02c37bf34.tar.xz
Update to 0.97
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index f643eb09..56531f49 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# $Id$
-# Copyright 2006-2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2006-2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -132,6 +132,8 @@
# * New release.
# 0.96.5-1: 02/dec/2010 by Eric Hameleers
# * New release.
+# 0.97-1: 11/feb/2011 by Eric Hameleers
+# * New release.
#
# Run 'sh clamav.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -142,7 +144,7 @@
# Set initial variables:
PRGNAM=clamav
-VERSION=${VERSION:-"0.96.5"}
+VERSION=${VERSION:-"0.97"}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}