projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da2c8cc
)
tor: correct URL for dist downloads
author
Karl Palsson
<karlp@etactica.com>
Tue, 24 May 2016 09:01:38 +0000
(09:01 +0000)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Fri, 10 Nov 2017 13:05:16 +0000
(14:05 +0100)
Original url was 404.
Fixes Github issue #2284
net/tor/Makefile
patch
|
blob
|
history
diff --git
a/net/tor/Makefile
b/net/tor/Makefile
index 27c62fda64845f1b2e4f0bf6a0f5fe1c3b8326ff..d77c80fcff4d7907ad992bd28b490ca04c21948d 100644
(file)
--- a/
net/tor/Makefile
+++ b/
net/tor/Makefile
@@
-12,7
+12,7
@@
PKG_VERSION:=0.2.7.6
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://
www.torproject.org/dist
\
+PKG_SOURCE_URL:=https://
dist.torproject.org/
\
https://archive.torproject.org/tor-package-archive
PKG_MD5SUM:=cc19107b57136a68e8c563bf2d35b072
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>