depends: tor_linux: update to 0.4.8.4

This commit is contained in:
tobtoht 2023-08-24 05:09:59 +02:00
parent 63d2a97a58
commit 5a9e73cb0b
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -1,8 +1,8 @@
package=tor_linux
$(package)_version=0.4.7.13
$(package)_version=0.4.8.4
$(package)_download_path=https://dist.torproject.org/
$(package)_file_name=tor-$($(package)_version).tar.gz
$(package)_sha256_hash=2079172cce034556f110048e26083ce9bea751f3154b0ad2809751815b11ea9d
$(package)_sha256_hash=09c1ce74a25fc3b48c81ff146cbd0dd538cbbb8fe4e2964fc2fb2b192f6a1d2b
$(package)_dependencies=libevent openssl zlib
define $(package)_set_vars
@ -31,4 +31,4 @@ define $(package)_postprocess_cmds
$(host_toolchain)strip -s -D bin/tor && \
mkdir $($(package)_staging_prefix_dir)/Tor/ && \
cp bin/tor $($(package)_staging_prefix_dir)/Tor
endef
endef