diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:19:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:19:43 +0100 |
commit | dd60cd612323dc5cdf71923b4d9a91003af5225e (patch) | |
tree | 83946bc2180d2286f06489cb1101d3fb03a38a06 /package/git | |
parent | aebdc1c529b2829d1850b70dd3530a5e5b3b59a1 (diff) |
update to latest upstream version
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/ |