diff options
author | Peter Wagner <tripolar@gmx.at> | 2019-02-25 19:25:01 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2019-02-25 19:25:27 +0100 |
commit | bb151d5ec534d5172f03de309fd9b920b09ee501 (patch) | |
tree | ea393d6c99041968877227fd772655cd9e8f37dd /net/git/Makefile | |
parent | 86b9985e35ef2160233a1d87f6fc39bec5c267f0 (diff) |
git: update to 2.21.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 f6257b9d2..aa7186127 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.20.1 -PKG_RELEASE:=2 +PKG_VERSION:=2.21.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=9d2e91e2faa2ea61ba0a70201d023b36f54d846314591a002c610ea2ab81c3e9 +PKG_HASH:=8ccb1ce743ee991d91697e163c47c11be4bf81efbdd9fb0b4a7ad77cc0020d28 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |