diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-09-17 21:29:02 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-09-17 21:29:02 +0200 |
commit | 5b205af7f0579fb7989e0bf1c86705082649c5e5 (patch) | |
tree | b59a305816a53bc1a8062d3dee766dac3a021764 /net/git/Makefile | |
parent | 760e83c7dc3b6e228f07bbd80c49f4c0c2c96024 (diff) |
git: update to 2.19.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/git/Makefile')
-rw-r--r-- | net/git/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index f64916168..a3c16876f 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.18.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.19.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92 +PKG_HASH:=180feff58fc0d965d23ea010aa2c69ead92ec318eb9b09cf737529aec62f3ef4 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |