aboutsummaryrefslogtreecommitdiff
path: root/utils/stm32flash/Makefile
diff options
context:
space:
mode:
authorAlexander Ryzhov <github@ryzhov-al.ru>2018-03-16 10:08:18 +0300
committerAlexander Ryzhov <github@ryzhov-al.ru>2018-03-16 10:08:18 +0300
commitff09d00c0e6ffb2288a277c8d005e7e09b9a3bc1 (patch)
tree95d0705c9ef3f9fd8446a02d679fac0532d55616 /utils/stm32flash/Makefile
parentce8cde62e15e9930d9ea664dc6887a085cd632ec (diff)
stm32flash: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Diffstat (limited to 'utils/stm32flash/Makefile')
-rw-r--r--utils/stm32flash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/stm32flash/Makefile b/utils/stm32flash/Makefile
index 752072ad1..1136acb83 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:=https://sourceforge.net/projects/stm32flash/files
PKG_HASH:=023f28b01f644edc235c8815a4352e359d3ebdbe6368aaf6bbc28bab3e6ffa5b
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
@@ -24,7 +24,7 @@ define Package/stm32flash
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Microcontroller programming
- URL:=http://code.google.com/p/stm32flash/
+ URL:=https://sourceforge.net/projects/stm32flash
TITLE:=Firmware flash tool for STM32's serial bootloader
endef