diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-11-06 12:19:37 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-11-06 12:21:12 +0100 |
commit | b8197141426c0acc6e8eff102534c263da279844 (patch) | |
tree | 4e7b9fb6264a9a03e0c3c8a52e92bf93b19274a9 /net/git/Makefile | |
parent | 62267be5582bc4877ec2813cb03b68cc2fd4cf59 (diff) |
git: update to 2.15.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 24fcbb81f..be0cb5f07 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.14.3 +PKG_VERSION:=2.15.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d +PKG_HASH:=107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |