diff options
author | davidovski <david@davidovski.xyz> | 2022-06-04 15:08:04 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-04 15:08:04 +0100 |
commit | 873665024ebfaa761ee49b508a79db7178aeb778 (patch) | |
tree | 6cd3b4ce3a9f4b0586ffa48e73a6ba4c8da2db43 /repo/tor | |
parent | 4445f6e15185f58dc599390ab74df3ca19b437b7 (diff) |
added gnupg
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" |