aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-16 06:34:22 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-16 06:34:22 +0000
commit7858dfa3dd1bab51d3af624ffdc313a372c52a55 (patch)
tree7c8d4f15b1717b2cc6921fda3e32f97fe76ece07
parent9beb9726e24116760a61dcd43c63fe361fe01518 (diff)
downloadupstream-7858dfa3dd1bab51d3af624ffdc313a372c52a55.tar.gz
upstream-7858dfa3dd1bab51d3af624ffdc313a372c52a55.tar.bz2
upstream-7858dfa3dd1bab51d3af624ffdc313a372c52a55.zip
Updated to new upstream release (v0.1.0.10)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1259 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/tor/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/openwrt/package/tor/Makefile b/openwrt/package/tor/Makefile
index 2ffc31a8a6c..6b2a503fd31 100644
--- a/openwrt/package/tor/Makefile
+++ b/openwrt/package/tor/Makefile
@@ -3,18 +3,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tor
-PKG_VERSION:=0.1.0.9rc
+PKG_VERSION:=0.1.0.10
PKG_RELEASE:=1
-PKG_UPSTREAM_VERSION=0.1.0.9-rc
-PKG_MD5SUM:=ebfc42e3f168621434992065519e3990
+PKG_MD5SUM:=a7d27084ebe3f407c0c3fdaf61fb5631
PKG_SOURCE_URL:=http://tor.eff.org/dist/ \
http://ftp.se.linux.org/crypto/tor/ \
http://tor.meulie.net/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_UPSTREAM_VERSION)
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(TOPDIR)/package/rules.mk