diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-10-17 10:01:24 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-10-17 10:01:24 +0200 |
commit | 972e6ed2e7073f3c1adc2e9ffab705ce36b2f0c4 (patch) | |
tree | 7ea890e5b5033d618e370f5d07c61cccd352c897 /net | |
parent | 4b603bc0a229ee286d34cb5b06b1b149367dd1e8 (diff) |
git: update to version 2.33.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net')
-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 b17ae0a15..a6b5309f7 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.33.0 +PKG_VERSION:=2.33.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=bf3c6ab5f82e072aad4768f647cfb1ef60aece39855f83f080f9c0222dd20c4f +PKG_HASH:=e054a6e6c2b088bd1bff5f61ed9ba5aa91c9a3cd509539a4b41c5ddf02201f2f PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |