Browse Source

Merge pull request #7535 from BKPepe/git

git: remove the duplicate line and update URL to HTTPS
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
c2c0799717
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      net/git/Makefile

+ 2
- 3
net/git/Makefile 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


Loading…
Cancel
Save