diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-06-12 20:25:01 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-06-12 20:25:01 +0200 |
commit | da48fc04179c259c8d5a31818a492de6cfcd7873 (patch) | |
tree | 68cd9018c9ecd8654d0d840fbd7d9f918f67af15 /net | |
parent | 2cbdef6d671f9b0f44c9fa016cc1856cbc5b94ee (diff) |
git: update to 2.13.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
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 31344e395..c3a71eb29 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.13.0 +PKG_VERSION:=2.13.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258 +PKG_HASH:=3bc1becd983f77ab154a46801624369dbc40c3dd04b4c4b07ad026f5684688fe PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |