From 8025353d76423cbbee74969dc4b20a30b3a8774a Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Sat, 3 Oct 2015 11:22:11 +0200 Subject: [PATCH] git: update to 2.6.0 Signed-off-by: Peter Wagner --- net/git/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/git/Makefile b/net/git/Makefile index 89ace0ba8..3f646fcc5 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.4.6 +PKG_VERSION:=2.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_MD5SUM:=fb2c5214f5dc90bad0a2abdd4c425df6 +PKG_MD5SUM:=6b7d43d615fb3f0dfecf4d131e23f438 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1