diff --git a/clamav-0.98.5-0.bee b/clamav.be0 similarity index 95% rename from clamav-0.98.5-0.bee rename to clamav.be0 index 93e93ba72..cdd33a01f 100755 --- a/clamav-0.98.5-0.bee +++ b/clamav.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION clamav-0.99.2-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,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.