tor: update to 0.4.7.11.
This commit is contained in:
parent
c63b02d5dc
commit
be294fd083
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tor'
|
||||
pkgname=tor
|
||||
version=0.4.7.10
|
||||
version=0.4.7.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-zstd"
|
||||
|
@ -14,7 +14,12 @@ license="BSD-3-Clause"
|
|||
homepage="https://www.torproject.org/"
|
||||
changelog="https://gitlab.torproject.org/tpo/core/tor/-/raw/main/ChangeLog"
|
||||
distfiles="https://dist.torproject.org/tor-${version}.tar.gz"
|
||||
checksum=647e56dfa59ea36dab052027fcfc7663905c826c03509363c456900ecd435a5b
|
||||
checksum=cf3cafbeedbdbc5fd1c0540e74d6d10a005eadff929098393815f867e32a136e
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
# Tests just don't work here
|
||||
x86_64-musl) make_check=no ;;
|
||||
esac
|
||||
|
||||
conf_files="/etc/tor/torrc"
|
||||
system_accounts="tor"
|
||||
|
|
Loading…
Reference in New Issue