diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-20 23:24:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-20 23:24:51 +0000 |
commit | c8150621b3bbac0bf1c758a23d38a3a4b6813fd7 (patch) | |
tree | 62dc5d4423a07339834fc519554ec58bdea0c6c6 /openwrt/package/tor | |
parent | ad360a436a3a344cab179dddcb690586e540bb65 (diff) | |
download | mtk-20170518-c8150621b3bbac0bf1c758a23d38a3a4b6813fd7.zip mtk-20170518-c8150621b3bbac0bf1c758a23d38a3a4b6813fd7.tar.gz mtk-20170518-c8150621b3bbac0bf1c758a23d38a3a4b6813fd7.tar.bz2 |
update to new upstream release (v0.1.0.12)
SVN-Revision: 1508
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 89fc7ca..4cfb35d 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.11 +PKG_VERSION:=0.1.0.12 PKG_RELEASE:=1 -PKG_MD5SUM:=c9d2b313a4c0637b9b75e382d2e0e88c +PKG_MD5SUM:=8f4fea2631f5f8c973cff6700960b937 PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ http://ftp.se.linux.org/crypto/tor/ \ |