diff options
author | Michal Vasilek <michal.vasilek@nic.cz> | 2021-08-18 14:52:15 +0200 |
---|---|---|
committer | Michal Vasilek <michal.vasilek@nic.cz> | 2021-08-18 14:53:03 +0200 |
commit | e684672916f3a8ca54ddd66ec09c2e87b32726d9 (patch) | |
tree | ca059268084ed9829226116b7b0c3868187eea9a /net/git/Makefile | |
parent | 1cba8af1b1eb4b499488534164cd3d41b33026ea (diff) |
git: update to 2.33.0
* refresh patches
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
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 fe45ffd3b..b17ae0a15 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.30.2 +PKG_VERSION:=2.33.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa +PKG_HASH:=bf3c6ab5f82e072aad4768f647cfb1ef60aece39855f83f080f9c0222dd20c4f PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |