summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-05-31 11:47:57 +0000
committer Eric Hameleers <alien@slackware.com>2015-05-31 11:47:57 +0000
commit0bbdc43053053539e861813dcd6bb3533228b59b (patch)
tree796bd009765d53893736c9c5b511ba0e4a8d72b4 /clamav
parent9650939e2448d7120c4fa33f9262e29833fbdf11 (diff)
downloadasb-0bbdc43053053539e861813dcd6bb3533228b59b.tar.gz
asb-0bbdc43053053539e861813dcd6bb3533228b59b.tar.xz
clamav: updated to 0.98.7
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 f8a91731..6b1b5d7a 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# $Id$
-# Copyright 2006-2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2006-2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -146,6 +146,8 @@
# * New release.
# 0.98-1: 20/Sep/2013 by Eric Hameleers
# * Update.
+# 0.98.7-1: 31/may/2015 by Eric Hameleers
+# * Update.
#
# Run 'sh clamav.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -156,7 +158,7 @@
# Set initial variables:
PRGNAM=clamav
-VERSION=${VERSION:-"0.98"}
+VERSION=${VERSION:-"0.98.7"}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}