diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:24:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:24:26 +0100 |
commit | f2b154b7d74e21b7e655c6cd121155592c1bee03 (patch) | |
tree | d1d8f06abeb89834cebb70d33229aff129b9d485 /package/git | |
parent | c93c25a63b3b5a29a258460519ed36341da2e79e (diff) | |
parent | 63e65ec30b763d6687d462c52cb46bd5e738928a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/git')
-rw-r--r-- | package/git/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/git/Makefile b/package/git/Makefile index 2f706f3e3..5c7b91d88 100644 --- a/package/git/Makefile +++ b/package/git/Makefile @@ -4,13 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= git -PKG_VERSION:= 1.7.3.2 +PKG_VERSION:= 1.7.4.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9b4bc13cd26cd8feb6b2dce8eefac145 +PKG_MD5SUM:= 1276aa1366bd3c670e9c51f1bff12f36 PKG_DESCR:= fast version control system PKG_SECTION:= scm -PKG_DEPENDS:= libopenssl libcurl libexpat libpthread PKG_BUILDDEP:= openssl curl expat +PKG_DEPENDS:= libopenssl libcurl libexpat libpthread PKG_URL:= http://git-scm.com/ PKG_SITES:= http://kernel.org/pub/software/scm/git/ |