diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-01-28 18:53:26 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-01-28 18:54:34 +0100 |
commit | 856c89082da8c0215207518242e48a3da71b1251 (patch) | |
tree | c1d9ecdb1fb4a6df00d30642d6f0ec4ad606253d /net/git/Makefile | |
parent | 3b3fed7fb8a3274011897f048a8edb38797b2735 (diff) |
git: update to 2.16.1
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 25275d13c..1879c4987 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.15.1 +PKG_VERSION:=2.16.1 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c +PKG_HASH:=cfad4337f2fdbfc1e2c8abce5e17e1dd4e1718a34ac2cbe3238fbe2426f2ea19 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |