mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
tor: update to 0.4.8.9.
This commit is contained in:
parent
0c6cd1f877
commit
1bc774fc7b
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'tor'
|
||||
pkgname=tor
|
||||
version=0.4.8.7
|
||||
version=0.4.8.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gpl"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libcap-devel libevent-devel libscrypt-devel libseccomp-devel liblzma-devel zlib-devel libzstd-devel"
|
||||
depends="ca-certificates torsocks"
|
||||
depends="ca-certificates"
|
||||
checkdepends="coccinelle python3"
|
||||
short_desc="Anonymizing overlay network"
|
||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
license="BSD-3-Clause, GPL-3.0-only"
|
||||
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=b20d2b9c74db28a00c07f090ee5b0241b2b684f3afdecccc6b8008931c557491
|
||||
checksum=59bb7d8890f6131b4ce5344f3dcea5deb2182b7f4f10ff0cb4e4d81f11b2cf65
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
# Tests just don't work here
|
||||
|
|
Loading…
Add table
Reference in a new issue