Line 24:
Line 24:
# Copyright (C) 2009 Eric Shubert <ejs@shubes.net>
# Copyright (C) 2009 Eric Shubert <ejs@shubes.net>
########################################################################
########################################################################
+
# 8/23/12 Changed WEB_LOC to sourceforge host
# 4/30/10 Amendments to install on SME Server - commented with SME
# 4/30/10 Amendments to install on SME Server - commented with SME
# 9/25/09 Totally refactored by Eric Shubert <ejs@shubes.net>
# 9/25/09 Totally refactored by Eric Shubert <ejs@shubes.net>
# 3/22/09 Originally Written by Jake Vickers <jake@qmailtoaster.com>
# 3/22/09 Originally Written by Jake Vickers <jake@qmailtoaster.com>
#
#
−
WEB_LOC=http://www.inetmsg.com/pub
+
WEB_LOC=http://sourceforge.net/projects/unofficial-sigs/files/latest/download?source=files
PKG_NAME=clamav-unofficial-sigs
PKG_NAME=clamav-unofficial-sigs
PKG_TGZ=$PKG_NAME.tar.gz
PKG_TGZ=$PKG_NAME.tar.gz
Line 72:
Line 73:
echo "$me $myver - getting latest version of $PKG_NAME ..."
echo "$me $myver - getting latest version of $PKG_NAME ..."
−
wget -O $TEMP_DIR/$PKG_TGZ $WEB_LOC/$PKG_TGZ
+
wget -O $TEMP_DIR/$PKG_TGZ $WEB_LOC
if [ "$?" != "0" ]; then
if [ "$?" != "0" ]; then