diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-03-21 23:31:54 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-03-21 23:31:54 +0100 |
commit | 2690fd9eecc0b164cf15a60d4792929c0a9a7d06 (patch) | |
tree | 5115b5b39507be04b706f733df6ab0edc1926119 /net/git/Makefile | |
parent | 9be7653a3a1a8a2865fa40aaef6cbf8b3258be8f (diff) |
git: update to 1.12.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 ac271ab98..e6ce1092d 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.11.1 +PKG_VERSION:=2.12.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415 +PKG_HASH:=db11674364b764e101966d829a2e271c9b9d2a8bd4d8ecb4221a1dcdc9a3ada2 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 |