X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a4343fb2d8b638d6eb77571b7ca8987abd51d5e8..5f52057839a534ba2a6ac001c3bbdaf2850d8e65:/package/tor/Makefile?ds=inline diff --git a/package/tor/Makefile b/package/tor/Makefile index 2ffc31a8a..e1b290ca5 100644 --- a/package/tor/Makefile +++ b/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.15 PKG_RELEASE:=1 -PKG_UPSTREAM_VERSION=0.1.0.9-rc -PKG_MD5SUM:=ebfc42e3f168621434992065519e3990 +PKG_MD5SUM:=b2f1002da96ebfbfac7edf2272733967 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