bump tor to newer version, fixes #3472, thanks Wlanman
authorJohn Crispin <john@openwrt.org>
Sun, 25 May 2008 13:45:00 +0000 (13:45 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 25 May 2008 13:45:00 +0000 (13:45 +0000)
SVN-Revision: 11265

net/tor/Makefile

index 36e17c6f5751e877b925aa07072b29ea0f7a9778..cb510273b182c38f66f915e5e8494c481e421042 100644 (file)
@@ -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.
 #
 # 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
 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_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
 
 
 include $(INCLUDE_DIR)/package.mk