Skip to content

Commit

Permalink
depends: tor: update to 0.4.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Nov 27, 2023
1 parent b73a6ea commit 730099c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions contrib/depends/packages/tor_darwin.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=tor_darwin
$(package)_version=0.4.8.7
$(package)_download_path=https://dist.torproject.org/torbrowser/13.0.1/
$(package)_file_name=tor-browser-macos-13.0.1.dmg
$(package)_sha256_hash=3000b97ab595d6ce3cfd7554079c14c7fe41e5c3aef791c65c6a94aeafe526f4
$(package)_version=0.4.8.9
$(package)_download_path=https://dist.torproject.org/torbrowser/13.0.5/
$(package)_file_name=tor-browser-macos-13.0.5.dmg
$(package)_sha256_hash=c5c7efda8213f2647ed092d5cc19723343e3564d632bcf4139c23257fec456aa
$(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 && \
Expand Down
4 changes: 2 additions & 2 deletions contrib/depends/packages/tor_linux.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=tor_linux
$(package)_version=0.4.8.7
$(package)_version=0.4.8.9
$(package)_download_path=https://dist.torproject.org/
$(package)_file_name=tor-$($(package)_version).tar.gz
$(package)_sha256_hash=b20d2b9c74db28a00c07f090ee5b0241b2b684f3afdecccc6b8008931c557491
$(package)_sha256_hash=59bb7d8890f6131b4ce5344f3dcea5deb2182b7f4f10ff0cb4e4d81f11b2cf65
$(package)_dependencies=libevent openssl zlib

define $(package)_set_vars
Expand Down
8 changes: 4 additions & 4 deletions contrib/depends/packages/tor_mingw32.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=tor_mingw32
$(package)_version=0.4.7.15
$(package)_download_path=https://dist.torproject.org/torbrowser/12.5.6/
$(package)_file_name=tor-expert-bundle-12.5.6-windows-x86_64.tar.gz
$(package)_sha256_hash=0db0f8fc6c60fa62b8159468fbb476acf0dec2f8dcf1b9fe7db3b91538334461
$(package)_version=0.4.8.9
$(package)_download_path=https://dist.torproject.org/torbrowser/13.0.5/
$(package)_file_name=tor-expert-bundle-windows-x86_64-13.0.5.tar.gz
$(package)_sha256_hash=e3b885da9a53c3c734ddf1683deb520d545f899748d8f53f143d3a545a2ef1e9

define $(package)_stage_cmds
mkdir -p $($(package)_staging_prefix_dir)/Tor/ && \
Expand Down

0 comments on commit 730099c

Please sign in to comment.