git: update to 2.15.1 and cleanup DEPENDS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
07c2beb849
commit
f5b1dd7ce7
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=git
|
PKG_NAME:=git
|
||||||
PKG_VERSION:=2.15.0
|
PKG_VERSION:=2.15.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
||||||
PKG_HASH:=107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a
|
PKG_HASH:=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
@ -43,7 +43,7 @@ endef
|
||||||
|
|
||||||
define Package/git-http
|
define Package/git-http
|
||||||
$(call Package/git/Default)
|
$(call Package/git/Default)
|
||||||
DEPENDS+=git +libcurl +ca-certificates
|
DEPENDS+= +git +libcurl +ca-certificates
|
||||||
TITLE:=Git HTTP commands
|
TITLE:=Git HTTP commands
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ endef
|
||||||
define Package/git-gitweb
|
define Package/git-gitweb
|
||||||
$(call Package/git/Default)
|
$(call Package/git/Default)
|
||||||
TITLE:=Git repository web interface
|
TITLE:=Git repository web interface
|
||||||
DEPENDS:=git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi
|
DEPENDS+= +git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/git-gitweb/description
|
define Package/git-gitweb/description
|
||||||
|
|
Loading…
Reference in a new issue