From 9d29d579deba70c48dc0e2045d2ba403cb4eafdc Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 25 May 2008 13:45:00 +0000 Subject: [PATCH] bump tor to newer version, fixes #3472, thanks Wlanman git-svn-id: svn://svn.openwrt.org/openwrt/packages@11265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tor/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 36e17c6f5..cb510273b 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.0.9-alpha +PKG_VERSION:=0.2.0.26-rc PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.torproject.org/dist/ \ - http://ftp.se.linux.org/crypto/tor/ \ - http://tor.meulie.net/ -PKG_MD5SUM:=47523575d2f6b857c453f37fbd4fca10 +PKG_SOURCE_URL:=http://www.torproject.org/dist/ +PKG_MD5SUM:=aa1179fab4dc69a10278e70729681053 include $(INCLUDE_DIR)/package.mk