diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-15 19:01:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-15 19:01:32 +0200 |
commit | 15507ff45b4c7070906082b7eec96f0987fe106a (patch) | |
tree | c515c475eb53a478f5f0c9f9d5e18e7eac77b678 /package/git/Makefile | |
parent | ad6ee50185a8a2c93c7d26be654b8d6bfca2ab40 (diff) |
git: update to 2.10.1
Diffstat (limited to 'package/git/Makefile')
-rw-r--r-- | package/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/git/Makefile b/package/git/Makefile index ee230bac0..77c7c767d 100644 --- a/package/git/Makefile +++ b/package/git/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= git -PKG_VERSION:= 2.10.0 +PKG_VERSION:= 2.10.1 PKG_RELEASE:= 1 -PKG_HASH:= c73364ac00ae85ffc6cfb12ca2700bb0edf30f63262be97be4039be594ff29e7 +PKG_HASH:= a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6 PKG_DESCR:= fast version control system PKG_SECTION:= dev/scm PKG_BUILDDEP:= curl expat libressl |