Revision: 8481
http://sourceforge.net/p/astlinux/code/8481
Author: abelbeck
Date: 2017-08-13 16:14:02 +0000 (Sun, 13 Aug 2017)
Log Message:
-----------
bfdetect, site URL no longer works, use files.astlinux-project.org
Modified Paths:
--------------
branches/1.0/package/bfdetect/bfdetect.mk
Modified: branches/1.0/package/bfdetect/bfdetect.mk
===================================================================
--- branches/1.0/package/bfdetect/bfdetect.mk 2017-08-12 20:42:09 UTC (rev 8480)
+++ branches/1.0/package/bfdetect/bfdetect.mk 2017-08-13 16:14:02 UTC (rev 8481)
@@ -4,7 +4,8 @@
#
##############################################################
BFDETECT_SOURCE:=bfdetect_src.tar.gz
-BFDETECT_SITE:=http://www.beronet.com/downloads/berofix/tools
+BFDETECT_SITE:=http://files.astlinux-project.org
+#BFDETECT_SITE:=http://www.beronet.com/downloads/berofix/tools
BFDETECT_DIR := $(BUILD_DIR)/bfdetect
BFDETECT_CAT:=zcat
BFDETECT_BINARY := bfdetect
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|