]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
depends: tor_linux: update to 0.4.8.4
authortobtoht <tob@featherwallet.org>
Thu, 24 Aug 2023 03:09:59 +0000 (05:09 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 24 Aug 2023 03:10:14 +0000 (05:10 +0200)
contrib/depends/packages/tor_linux.mk

index 52af44533d8d16ad871f956b80e1394e73f732cc..2f746be8e122dd04390133b75be1f26ef8921b49 100644 (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
\ No newline at end of file
+endef