sqm-scripts: use https link (#3741)
authorAlberto Bursi <alberto.bursi@outlook.it>
Tue, 3 Jan 2017 10:23:07 +0000 (11:23 +0100)
committerToke Høiland-Jørgensen <toke@toke.dk>
Tue, 3 Jan 2017 10:23:07 +0000 (11:23 +0100)
change download link from git:// to https:// .
Git links are less safe (not encrypted) and, more importantly, they are blocked by company firewalls.
Https links do not have either issue.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
net/sqm-scripts/Makefile

index ce0e957e45c07e6763fbe349b0cb154c74042278..3cda1207817dd8a86347ffcb140b380de47ea671 100644 (file)
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
 PKG_LICENSE:=GPLv2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz
-PKG_SOURCE_URL:=git://github.com/tohojo/sqm-scripts.git
+PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts.git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)