diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-19 10:51:01 +0100 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2020-01-19 11:58:20 +0100 |
commit | 12bd25596c49261234cb4d7569fdceed8a14d9f9 (patch) | |
tree | 7ff029f5940cba3621b837741098674707361230 /net/git/Makefile | |
parent | 8026e96c3b832e4dabbf28a95a5a01423164abbe (diff) |
git: update to version 2.25.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
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 848c9011e..e64162440 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.24.1 +PKG_VERSION:=2.25.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=723f24dce8fdd621a308b6187553fce7d5244205c065fe0a3aebd0b7c3f88562 +PKG_HASH:=c060291a3ffb43d7c99f4aa5c4d37d3751cf6bca683e7344ea407ea504d9a8d0 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |