[packages] subversion: update to 1.6.11

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21535 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-05-22 18:22:50 +00:00
parent 5a23acc29c
commit 4299927045

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=subversion
PKG_VERSION:=1.6.9
PKG_VERSION:=1.6.11
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://subversion.tigris.org/downloads
PKG_MD5SUM:=9c30a47b1d48664e7afef68bb4834c53
PKG_MD5SUM:=75419159b50661092c4137449940b5cc
PKG_FIXUP:=libtool
@ -24,7 +24,7 @@ define Package/subversion/Default
CATEGORY:=Network
TITLE:=A compelling replacement for CVS
DEPENDS:=+zlib +libneon +libintl +libaprutil
URL:=http://subversion.tigris.org/
URL:=http://subversion.apache.org/
SUBMENU:=Version Control Systems
endef