diff options
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 42a1adc3d..725a965ae 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.22.0 +PKG_VERSION:=2.23.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f +PKG_HASH:=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |