Upgrade Tor to 0.4.5.12-1.

This commit is contained in:
akwizgran
2022-03-29 15:49:40 +01:00
parent 27e9338a12
commit 38c91aea32
7 changed files with 13 additions and 33 deletions

View File

@@ -70,11 +70,6 @@ clean.dependsOn cleanTorBinaries
task unpackTorBinaries {
doLast {
copy {
from configurations.tor.collect { zipTree(it) }
into torBinariesDir
include 'geoip.zip'
}
configurations.tor.each { outer ->
zipTree(outer).each { inner ->
if (inner.name.endsWith('_arm_pie.zip')) {