diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-12-10 19:28:43 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-12-10 19:28:43 +0100 |
commit | 43001d241bff1f825950a9ae45e17ffd704ba559 (patch) | |
tree | 215aa8466854d4b17fe64c4e2b04182a7a8bb58f /net/git/Makefile | |
parent | ed24ae9a63a2d3d14a458f19e7a2f85e028c45ee (diff) |
git: update to 2.20.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/git/Makefile')
-rw-r--r-- | net/git/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index 19f5d5399..ccdd3d71c 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.19.2 -PKG_RELEASE:=2 +PKG_VERSION:=2.20.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9 +PKG_HASH:=bc94735073e14b138a1290cc99af3c379d544f514c43f8ebde988fc50d0ad81f PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |