Merge pull request #7535 from BKPepe/git

git: remove the duplicate line and update URL to HTTPS
This commit is contained in:
Hannu Nyman 2018-12-02 12:36:10 +02:00 committed by GitHub
commit c2c0799717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,13 @@ 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/
PKG_HASH:=fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
@ -27,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