diff options
author | Peter Wagner <tripolar@gmx.at> | 2019-06-10 11:30:13 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2019-06-10 11:30:32 +0200 |
commit | 2cc8276a0af956b029eedc9733460ece89f1a390 (patch) | |
tree | 1438b6143b683947aaf5a2a1e8c0deeba407f22b /net/git/Makefile | |
parent | 96df1c380f94128b00b17de169f41aebdb61b099 (diff) |
git: update to 2.22.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 aa7186127..2f2a7d6a8 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.21.0 +PKG_VERSION:=2.22.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=8ccb1ce743ee991d91697e163c47c11be4bf81efbdd9fb0b4a7ad77cc0020d28 +PKG_HASH:=159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |