From c11b79a12782485b40e46a4123c67594ec526055 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Fri, 10 Nov 2017 12:05:20 +0100 Subject: [PATCH] stm32flash: move download source code.google is not available anymore, move to use SF. Signed-off-by: Zoltan HERPAI --- utils/stm32flash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/stm32flash/Makefile b/utils/stm32flash/Makefile index c1f6b9b748..f22e725d75 100644 --- a/utils/stm32flash/Makefile +++ b/utils/stm32flash/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://releases.stm32flash.googlecode.com/git +PKG_SOURCE_URL:=@SF/stm32flash PKG_MD5SUM:=ec9b5c8bae67f9a489786546d088bd14 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_MAINTAINER:=Christian Pointner -- 2.30.2