diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-06-25 16:54:14 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-06-25 16:54:14 +0200 |
commit | 2be4c04101814c1f2f1e926d72df0f9a9cb9c33c (patch) | |
tree | dd4a5ec4a26618c26ef37b51daacf6c753b2bf0a /net/git/Makefile | |
parent | 92253cf028756c834c64efd1879744295a2481bc (diff) |
git: update to 2.13.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
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 c3a71eb29..e10ee615e 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.13.1 +PKG_VERSION:=2.13.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=3bc1becd983f77ab154a46801624369dbc40c3dd04b4c4b07ad026f5684688fe +PKG_HASH:=0d10ac3751466f81652b62cbda83cc8d8ffd014911462138e039f176e413dde5 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |