diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-02-06 00:53:41 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-02-06 00:53:41 +0100 |
commit | 3c5937d60f2e2e259efd0086511b6336c17a89e9 (patch) | |
tree | 6fdf6140ceedb0c5f44f6d7aab18bf5d9e6444fa | |
parent | 91993c0e4ca102ea90301dc51c38e293c8dbe00e (diff) |
git: update to 2.11.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-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 387701262..ac271ab98 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.11.0 +PKG_VERSION:=2.11.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_MD5SUM:=dd4e3360e28aec5bb902fb34dd7fce3b +PKG_HASH:=c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |