diff options
author | Sven Eckelmann <sven@narfation.org> | 2017-12-07 10:36:25 +0100 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2017-12-15 13:26:11 +0100 |
commit | 1c00bb9329129715d45d31f273490cfd4d10403d (patch) | |
tree | c20252ad0a1b6084ecdac50afbdb3a693adf1f0c /utils/ap51-flash/Makefile | |
parent | bbf9b7f1f152aec34ec012c3dd31e0abc332d97a (diff) |
ap51-flash: Fix source repository URL
The URL git://dev.cloudtrax.com/ap51-flash.git is not the actual public
source repository URL for ap51-flash. It is not even accessible in the
moment. The official repository can now be found at github.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'utils/ap51-flash/Makefile')
-rw-r--r-- | utils/ap51-flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index f0ac74b2f..ea2eb2f80 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=2017-12-07 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://dev.cloudtrax.com/ap51-flash.git +PKG_SOURCE_URL:=https://github.com/ap51-flash/ap51-flash.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=f94f9c99711d14a3c0186318d822d67d9d0ce391 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz |