diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 16:07:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 16:07:18 +0200 |
commit | 8bee65a9cbd1905e356ff468a48e90608a08a8e6 (patch) | |
tree | afdb76c6fa9e0e91482680497f0f5c27c56a9d4b /package/tor/Makefile | |
parent | 98c4842cbff9e4802092c5011feb0ecbb8e4881d (diff) | |
parent | bf5f8fc2eaded785753175367f7f1a52192c2d62 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 414d50a30..b6e1fc093 100644 --- a/package/tor/Makefile +++ b/package/tor/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= tor -PKG_VERSION:= 0.2.1.20 +PKG_VERSION:= 0.2.1.24 PKG_RELEASE:= 1 -PKG_MD5SUM:= 0d62ee2332fdd95de43debac7435df19 +PKG_MD5SUM:= cb5629b2709ada82d34c22fef3ed77a9 PKG_DESCR:= An anonymous Internet communication system PKG_SECTION:= net PKG_DEPENDS:= libevent libopenssl zlib libpthread |