diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-09 15:18:51 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-09 15:18:51 +0000 |
commit | f0db9d6158034bc578e6504f0b2f084e363ac78f (patch) | |
tree | 4bf256aa5f780f92ddbe98898266cdafc5fd048f /openwrt/package/tor/Makefile | |
parent | 2ec5e451c39548a418922e48cfe25557e178b781 (diff) |
Updated to new upstream release (v0.1.0.14)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1588 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 4cfb35dca..8ad030274 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.12 +PKG_VERSION:=0.1.0.14 PKG_RELEASE:=1 -PKG_MD5SUM:=8f4fea2631f5f8c973cff6700960b937 +PKG_MD5SUM:=a3698218371ed0e647886fef0545bb44 PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ http://ftp.se.linux.org/crypto/tor/ \ |