aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-19 15:56:38 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-19 15:56:59 +0000
commit047aecceba03363dc87d99f8b3bdea42b05c4bf0 (patch)
tree57967b8e6fc67180f7447c31183e638518ea6990
parentfa008233b860d6652d640df8ed23f5bdd8e42b9b (diff)
downloadaports-047aecceba03363dc87d99f8b3bdea42b05c4bf0.tar.bz2
aports-047aecceba03363dc87d99f8b3bdea42b05c4bf0.tar.xz
community/tor: fix source URI
-rw-r--r--community/tor/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD
index 1a5d8c25ed..1da3a1d8ed 100644
--- a/community/tor/APKBUILD
+++ b/community/tor/APKBUILD
@@ -12,7 +12,7 @@ makedepends="linux-headers bash libevent-dev libressl-dev ca-certificates
zlib-dev"
install="$pkgname.post-upgrade $pkgname.pre-install"
subpackages="$pkgname-doc"
-source="https://www.torproject.org/dist/$pkgname-$pkgver.tar.gz
+source="https://archive.torproject.org/tor-package-archive/$pkgname-$pkgver.tar.gz
tor.initd
tor.confd
torrc.sample.patch"