diff options
Diffstat (limited to 'repo/tor')
-rw-r--r-- | repo/tor/tor.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/tor/tor.xibuild b/repo/tor/tor.xibuild index 8f3e197..940da31 100644 --- a/repo/tor/tor.xibuild +++ b/repo/tor/tor.xibuild @@ -3,7 +3,7 @@ NAME="tor" DESC="Anonymous network connectivity" -MAKEDEPS=" libcap libseccomp libevent openssl1.1-compat ca-certificates zlib xz zstd" +MAKEDEPS=" libcap libseccomp libevent openssl cacerts zlib xz zstd" PKG_VER=0.4.6.10 SOURCE="https://www.torproject.org/dist/tor-$PKG_VER.tar.gz" |