diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-12-18 00:14:22 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-12-18 00:14:22 +0100 |
commit | 89ef798deccf5375cc36a40b4b8b1785c2d26b52 (patch) | |
tree | f55a3876690dfcc750395a130b62ab7845561c90 /net/git/Makefile | |
parent | d26f7e5a470b118d6fefede4394d62e49648839f (diff) |
git: update to 2.20.1
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 ccdd3d71c..fbcd6eec8 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.20.0 +PKG_VERSION:=2.20.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=bc94735073e14b138a1290cc99af3c379d544f514c43f8ebde988fc50d0ad81f +PKG_HASH:=9d2e91e2faa2ea61ba0a70201d023b36f54d846314591a002c610ea2ab81c3e9 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |