From cb6f74e2673a029ac053853a32d547f2c4fe60b2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Jun 2017 09:20:03 +0200 Subject: [PATCH] clamav: Update URL Project seems to have moved away from sourceforge. https://www.clamav.net/ --- clamav.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav.be0 b/clamav.be0 index 2427d7ac1..cdd33a01f 100755 --- a/clamav.be0 +++ b/clamav.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://downloads.sourceforge.net/project/clamav/clamav/${PKGVERSION}/clamav-${PKGVERSION}.tar.gz" +SRCURL[0]="https://www.clamav.net/downloads/production/clamav-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.