diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2018-11-27 21:54:36 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2018-11-28 00:47:37 +0100 |
commit | 1a18c879b1e3c5baa4ad3faa577444d63a2a16be (patch) | |
tree | 8ccdaea65bf5551072242ab6d0bf2f4f0667b364 /net | |
parent | 163088a0a7471bb2733676bb3c9c076ae62ff4be (diff) |
git: update url to HTTPS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index 3562752d7..19f5d5399 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git PKG_VERSION:=2.19.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ @@ -26,7 +26,7 @@ define Package/git/Default CATEGORY:=Network SUBMENU:=Version Control Systems DEPENDS:=+libopenssl +libpthread +librt +zlib - URL:=http://git-scm.com + URL:=https://git-scm.com MAINTAINER:=Peter Wagner <tripolar@gmx.at> endef |