diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-30 07:56:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-30 07:57:22 +0200 |
commit | a24c44b8f4795b39b76a945e9e9afbcfb84e6e61 (patch) | |
tree | 7aca8a023da1b9b6210cd4ce7ff868813fc778ba /package/git/Makefile | |
parent | 1f45d59becbe17399a9c456741231728c8fa3ec1 (diff) |
update to latest upstream
Diffstat (limited to 'package/git/Makefile')
-rw-r--r-- | package/git/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/git/Makefile b/package/git/Makefile index f202efb3f..22d32f896 100644 --- a/package/git/Makefile +++ b/package/git/Makefile @@ -4,17 +4,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:= git -PKG_VERSION:= 1.8.4.2 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 6f63d103465b86ca0ebe4189ea54731c +PKG_VERSION:= 2.0.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 0646202ae979e4339f3e47f2375b5773 PKG_DESCR:= fast version control system PKG_SECTION:= dev/scm PKG_BUILDDEP:= openssl curl expat autotool PKG_DEPENDS:= libopenssl libcurl libexpat libpthread PKG_URL:= http://git-scm.com/ -PKG_SITES:= http://git-core.googlecode.com/files/ - -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +PKG_SITES:= https://www.kernel.org/pub/software/scm/git/ include $(TOPDIR)/mk/package.mk |