mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
sqm-scripts: use https link (#3741)
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>
This commit is contained in:
committed by
Toke Høiland-Jørgensen
parent
ccb650f109
commit
e55c088877
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user