diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-05 16:58:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-05 16:58:42 +0000 |
commit | 2c94d1206b12cdd9d2efbbf322f6dc6f795dfecd (patch) | |
tree | b810b7883cda2a202ffecd119fe9ae686bf5b73f /openwrt/package/tor/Makefile | |
parent | be6bf22ca849814510689cc03918e8a88e543ff7 (diff) |
Update to new upstream release (v0.1.0.11)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1354 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tor/Makefile')
-rw-r--r-- | openwrt/package/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/tor/Makefile b/openwrt/package/tor/Makefile index 6b2a503fd..89fc7ca1d 100644 --- a/openwrt/package/tor/Makefile +++ b/openwrt/package/tor/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.1.0.10 +PKG_VERSION:=0.1.0.11 PKG_RELEASE:=1 -PKG_MD5SUM:=a7d27084ebe3f407c0c3fdaf61fb5631 +PKG_MD5SUM:=c9d2b313a4c0637b9b75e382d2e0e88c PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ http://ftp.se.linux.org/crypto/tor/ \ |