depends: update Tor to 0.4.7.13

This commit is contained in:
tobtoht 2023-02-12 02:13:43 +01:00
parent 7f2c9b7fc5
commit fe91c5ea4f
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
3 changed files with 10 additions and 10 deletions

View file

@ -1,8 +1,8 @@
package=tor_darwin
$(package)_version=0.4.7.12
$(package)_download_path=https://dist.torproject.org/torbrowser/12.0.1/
$(package)_file_name=TorBrowser-12.0.1-macos_ALL.dmg
$(package)_sha256_hash=b4b52e1e5a2a0c4e1c68cf36dc8054fd1eb826d43f2622b56ef65e0f9f5db845
$(package)_version=0.4.7.13
$(package)_download_path=https://dist.torproject.org/torbrowser/12.0.2/
$(package)_file_name=TorBrowser-12.0.2-macos_ALL.dmg
$(package)_sha256_hash=c6968a7041890de6ac344e9163ce0a1c0fb82394a2da9d4e7f77e0bce7a1c952
$(package)_extract_cmds=mkdir -p $$($(1)_extract_dir) && \
echo "$$($(1)_sha256_hash) $$($(1)_source)" > $$($(1)_extract_dir)/.$$($(1)_file_name).hash && \
$(build_SHA256SUM) -c $$($(1)_extract_dir)/.$$($(1)_file_name).hash && \

View file

@ -1,8 +1,8 @@
package=tor_linux
$(package)_version=0.4.7.12
$(package)_version=0.4.7.13
$(package)_download_path=https://dist.torproject.org/
$(package)_file_name=tor-$($(package)_version).tar.gz
$(package)_sha256_hash=3b5d969712c467851bd028f314343ef15a97ea457191e93ffa97310b05b9e395
$(package)_sha256_hash=2079172cce034556f110048e26083ce9bea751f3154b0ad2809751815b11ea9d
$(package)_dependencies=libevent openssl zlib
define $(package)_set_vars

View file

@ -1,8 +1,8 @@
package=tor_mingw32
$(package)_version=0.4.7.12
$(package)_download_path=https://dist.torproject.org/torbrowser/12.0.1/
$(package)_file_name=tor-expert-bundle-12.0.1-windows-x86_64.tar.gz
$(package)_sha256_hash=f53cfbc4f4454a265f10a853219b40067ef73feffc4a7d67472b61dbab9129ba
$(package)_version=0.4.7.13
$(package)_download_path=https://dist.torproject.org/torbrowser/12.0.2/
$(package)_file_name=tor-expert-bundle-12.0.2-windows-x86_64.tar.gz
$(package)_sha256_hash=964f23d91b0a2339f655832f5787d7a3c1219f5062481c953c55cc6f302339c9
define $(package)_stage_cmds
mkdir -p $($(package)_staging_prefix_dir)/Tor/ && \