From: swalker Date: Sat, 22 May 2010 18:22:50 +0000 (+0000) Subject: [packages] subversion: update to 1.6.11 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4299927045159b0b8bd72c9e1075e064653a586b;p=packages.git [packages] subversion: update to 1.6.11 git-svn-id: svn://svn.openwrt.org/openwrt/packages@21535 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 89d8cfd71..6f8e3d967 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -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