[package] update git to 1.6.5.3 (#6271)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18649 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b3cb7188d7
commit
56fef8273d
@ -9,19 +9,20 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=git
|
PKG_NAME:=git
|
||||||
PKG_VERSION:=1.6.5
|
PKG_VERSION:=1.6.5.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=${PKG_NAME}-${PKG_VERSION}.tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://kernel.org/pub/software/scm/git/
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git
|
||||||
PKG_MD5SUM:=91bddd06604c6f9a37c3b38f99db47d5
|
PKG_MD5SUM:=a1dbc3da46cbf33c4367db689853c142
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/git
|
define Package/git
|
||||||
SECTION:=utils
|
SECTION:=net
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl +zlib +dropbear
|
SUBMENU:=Version Control Systems
|
||||||
|
DEPENDS:=+libopenssl +dropbear +libpthread
|
||||||
TITLE:=The fast version control system
|
TITLE:=The fast version control system
|
||||||
URL:=http://git-scm.com
|
URL:=http://git-scm.com
|
||||||
endef
|
endef
|
Loading…
x
Reference in New Issue
Block a user