diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-01-08 15:16:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:34 +0700 |
commit | e75cc0734ff32474ec232b703f13bbac563fee39 (patch) | |
tree | 3b296480c78668501c3a0f6fb79be5abd98711e0 /system/clamav/clamav.SlackBuild | |
parent | 32ceed66d26d7e19865ac8be9b825635c258e699 (diff) |
system/clamav: Updated for version 0.101.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/clamav/clamav.SlackBuild')
-rw-r--r-- | system/clamav/clamav.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild index ea1d055195645..1a62e60b103d6 100644 --- a/system/clamav/clamav.SlackBuild +++ b/system/clamav/clamav.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com> -# Copyright (c) 2011-2018 Matteo Bernardini <ponce@slackbuilds.org> +# Copyright (c) 2011-2019 Matteo Bernardini <ponce@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ # No additional license terms added PRGNAM=clamav -VERSION=${VERSION:-0.101.0} +VERSION=${VERSION:-0.101.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |