From 3bcf2c48f9bd6a9393697b847d4d915f7d91e81c Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Sat, 23 Jul 2016 18:19:37 +0200 Subject: [PATCH] ap/clamav: Upgraded to clamav-0.99.2. --- ap/clamav/clamav-0.99.2.tar.gz.sha1 | 1 + ap/clamav/clamav-0.99.tar.gz.sha1 | 1 - ap/clamav/clamav.SlackBuild | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 ap/clamav/clamav-0.99.2.tar.gz.sha1 delete mode 100644 ap/clamav/clamav-0.99.tar.gz.sha1 diff --git a/ap/clamav/clamav-0.99.2.tar.gz.sha1 b/ap/clamav/clamav-0.99.2.tar.gz.sha1 new file mode 100644 index 00000000..034dd60e --- /dev/null +++ b/ap/clamav/clamav-0.99.2.tar.gz.sha1 @@ -0,0 +1 @@ +c1a47411834d8527f7b40727aebee63f01d488af clamav-0.99.2.tar.gz diff --git a/ap/clamav/clamav-0.99.tar.gz.sha1 b/ap/clamav/clamav-0.99.tar.gz.sha1 deleted file mode 100644 index 94df8dc6..00000000 --- a/ap/clamav/clamav-0.99.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -7834baf3ce4898dd856e652c9d0301a8e14b4615 clamav-0.99.tar.gz diff --git a/ap/clamav/clamav.SlackBuild b/ap/clamav/clamav.SlackBuild index 35ee76ba..b7533d8f 100755 --- a/ap/clamav/clamav.SlackBuild +++ b/ap/clamav/clamav.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2014,2015 Damien Goutte-Gattat +# Copyright (C) 2014,2015,2016 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -26,7 +26,7 @@ # Source package infos NAMESRC=${NAMESRC:-clamav} -VERSION=${VERSION:-0.99} +VERSION=${VERSION:-0.99.2} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} WGET=${WGET:-http://www.clamav.net/downloads/production/$ARCHIVE}