]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/tor
lfs: Drop quotes in DEPS variable
[ipfire-2.x.git] / lfs / tor
diff --git a/lfs/tor b/lfs/tor
index cbe1a431b5a0edb105c5282d6e8fc33c0f7a6fc7..b6a1639d9fdce2b85dc0640c7a863300aeee8b03 100644 (file)
--- a/lfs/tor
+++ b/lfs/tor
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.4.2.6
+VER        = 0.4.2.7
 
 THISAPP    = tor-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,9 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tor
-PAK_VER    = 46
+PAK_VER    = 47
 
-DEPS       = "libseccomp"
+DEPS       = libseccomp
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 33383c897640e6ea55ab82c80d772ee0
+$(DL_FILE)_MD5 = a4b338b9f7444f4f89259c9736ff74c8
 
 install : $(TARGET)