diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-10-27 00:12:31 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-10-27 00:12:31 +0200 |
commit | 314aad053be98c43e5e14fb5186e6bc022b5026a (patch) | |
tree | 207abf2752058f25cb0f2d97e0972ed8a935a6f7 /net/git/Makefile | |
parent | 9ad97d758591ebb01bbe055b47641c0184153d25 (diff) |
git: update to 2.14.3
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 ec7c66a23..24fcbb81f 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.14.2 +PKG_VERSION:=2.14.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=50e9723996114ad1eec4dda89960d9fe34461749ae42031008a261fedd03c7a1 +PKG_HASH:=5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |