mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
depends: tor: update to 0.4.8.9
This commit is contained in:
parent
b73a6eaed7
commit
730099cf1a
3 changed files with 10 additions and 10 deletions
|
@ -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 && \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/ && \
|
||||
|
|
Loading…
Reference in a new issue