diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-06-22 20:04:23 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-06-22 20:04:23 +0200 |
commit | ecf1e741838a2bf5e7d96ec2908632c60cfc443f (patch) | |
tree | 1bea1b9a01557cc813c82aaa44688c128d32b84b /net/git/Makefile | |
parent | f4ee5ce092378567a2d8bd6637b886117c390675 (diff) |
git: update to 2.18.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/git/Makefile')
-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 e39824702..32e412162 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.17.1 +PKG_VERSION:=2.18.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=79136e7aa83abae4d8a25c8111f113d3c5a63aeb5fd93cc72c26d49c6d5ba65e +PKG_HASH:=8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |