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 | 06b2cc1e324ce54598610b5297de8b54a7fcfc26 (patch) | |
tree | 51f66b7a919e3d1d2a61924aa93691e86e54da86 /openwrt/package/tor | |
parent | 5d8dc20df2f51f569904bfe1bb43e90a0386b0f4 (diff) | |
download | mtk-20170518-06b2cc1e324ce54598610b5297de8b54a7fcfc26.zip mtk-20170518-06b2cc1e324ce54598610b5297de8b54a7fcfc26.tar.gz mtk-20170518-06b2cc1e324ce54598610b5297de8b54a7fcfc26.tar.bz2 |
update to new upstream release (v0.1.0.15)
SVN-Revision: 2039
Diffstat (limited to 'openwrt/package/tor')
-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 8ad0302..e1b290c 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.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/ \ |