diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-08 17:19:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 17:19:14 -0800 |
commit | f64fd72365f77a61b3e1c87d608b914257283b04 (patch) | |
tree | 76b805aa9ab202bfdad6750cc495dfd363ce0a37 | |
parent | 04b597a52d81f2f0f10ae94d40f530e2843314e7 (diff) | |
parent | 532147fd50cde95828076c90c79571a23f0d3700 (diff) |
Merge pull request #14159 from ja-pa/git-2.29.2
git: update to version 2.29.2
-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 470f0013e..78f0ea75d 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.27.0 +PKG_VERSION:=2.29.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=73ca9774d7fa226e1d87c1909401623f96dca6a044e583b9a762e84d7d1a73f9 +PKG_HASH:=f2fc436ebe657821a1360bcd1e5f4896049610082419143d60f6fa13c2f607c1 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |