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 | 0fb86def4c4d638ab3d464e5593ce7a6b0c28452 (patch) | |
tree | 74d8d44fbe2e43882556e32dee37e3cd038c266e /package/tor/Makefile | |
parent | 686e32bf51373cf74e447b254fb5469f839324cf (diff) | |
download | upstream-0fb86def4c4d638ab3d464e5593ce7a6b0c28452.tar.gz upstream-0fb86def4c4d638ab3d464e5593ce7a6b0c28452.tar.bz2 upstream-0fb86def4c4d638ab3d464e5593ce7a6b0c28452.zip |
update to new upstream release (v0.1.0.12)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/tor/Makefile')
-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 89fc7ca1db..4cfb35dca7 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.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/ \ |