diff options
author | dsc <dsc@xmr.pm> | 2020-09-09 16:55:38 (GMT) |
---|---|---|
committer | dsc <dsc@xmr.pm> | 2020-09-09 16:55:38 (GMT) |
commit | 78863cd38ee26471b1283e6f5ad277738cd92e02 (patch) | |
tree | ce5ff23c0b2f756fdd3e15fa17127631d4bec25d | |
parent | 3735aa8020609e680ca6867e3f4835d8a06efa9b (diff) | |
download | mxe-78863cd38ee26471b1283e6f5ad277738cd92e02.zip mxe-78863cd38ee26471b1283e6f5ad277738cd92e02.tar.gz mxe-78863cd38ee26471b1283e6f5ad277738cd92e02.tar.bz2 |
Bump Tor to 0.4.3.5
-rw-r--r-- | plugins/apps/tor.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk index a303bb5..31fe629 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -2,8 +2,8 @@ PKG := tor $(PKG)_IGNORE := -$(PKG)_VERSION := 0.3.0.7 -$(PKG)_CHECKSUM := 9640c4448ef3cad7237c68ed6984e705db8fb2b9d6bb74c8815d01bb06527d02 +$(PKG)_VERSION := 0.4.3.5 +$(PKG)_CHECKSUM := 616a0e4ae688d0e151d46e3e4258565da4d443d1ddbd316db0b90910e2d5d868 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://torproject.org/dist/$($(PKG)_FILE) |