mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
depends: tor_linux: update to 0.4.8.4
This commit is contained in:
parent
63d2a97a58
commit
5a9e73cb0b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue