diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-03 02:21:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-03 02:21:14 +0000 |
commit | e4accab2c2d829947f3dccc8fa53df5d127c9869 (patch) | |
tree | 52a645f3e3162bf8ec5548dd1ac12564bf0983d4 /package/tor | |
parent | a0eb2d89c5ef8029c1e5abde58eb18ed2d0e50b6 (diff) | |
download | upstream-e4accab2c2d829947f3dccc8fa53df5d127c9869.tar.gz upstream-e4accab2c2d829947f3dccc8fa53df5d127c9869.tar.bz2 upstream-e4accab2c2d829947f3dccc8fa53df5d127c9869.zip |
update to new upstream release (v0.1.0.15)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2039 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 8ad0302742..e1b290ca54 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.14 +PKG_VERSION:=0.1.0.15 PKG_RELEASE:=1 -PKG_MD5SUM:=a3698218371ed0e647886fef0545bb44 +PKG_MD5SUM:=b2f1002da96ebfbfac7edf2272733967 PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ http://ftp.se.linux.org/crypto/tor/ \ |