1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

Updated to new upstream release (v0.1.0.10)

SVN-Revision: 1259
This commit is contained in:
Nicolas Thill 2005-06-16 06:34:22 +00:00
parent 57e465a8fc
commit d250495f50

@ -3,18 +3,17 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=tor PKG_NAME:=tor
PKG_VERSION:=0.1.0.9rc PKG_VERSION:=0.1.0.10
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_UPSTREAM_VERSION=0.1.0.9-rc PKG_MD5SUM:=a7d27084ebe3f407c0c3fdaf61fb5631
PKG_MD5SUM:=ebfc42e3f168621434992065519e3990
PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ PKG_SOURCE_URL:=http://tor.eff.org/dist/ \
http://ftp.se.linux.org/crypto/tor/ \ http://ftp.se.linux.org/crypto/tor/ \
http://tor.meulie.net/ 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_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 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(TOPDIR)/package/rules.mk include $(TOPDIR)/package/rules.mk