diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-05 19:31:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-05 19:31:32 +0000 |
commit | d26db65c9b9b59e841351e9cb04c882446c3a776 (patch) | |
tree | 509760e92430281f09da4e0c3b7e5d03098ad5db /package/tor | |
parent | a0c11bb116dd03ec2f50a48d4e39431216ec8ef8 (diff) | |
download | upstream-d26db65c9b9b59e841351e9cb04c882446c3a776.tar.gz upstream-d26db65c9b9b59e841351e9cb04c882446c3a776.tar.bz2 upstream-d26db65c9b9b59e841351e9cb04c882446c3a776.zip |
port tor update in [2838] from whiterussian to trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tor')
-rw-r--r-- | package/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tor/Makefile b/package/tor/Makefile index e1b290ca54..1eced61efd 100644 --- a/package/tor/Makefile +++ b/package/tor/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.1.0.15 +PKG_VERSION:=0.1.0.16 PKG_RELEASE:=1 -PKG_MD5SUM:=b2f1002da96ebfbfac7edf2272733967 +PKG_MD5SUM:=13631507b8eeee5d6e8fd245dc3eef4f PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ http://ftp.se.linux.org/crypto/tor/ \ |