diff options
author | mabrand <mabrand@mabrand.nl> | 2020-09-09 17:35:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 17:35:49 (GMT) |
commit | 1901239e8bc171c1a564a13d707094bd7e12e71c (patch) | |
tree | 1794e3c8d281fcba684d41da022cbc33ac7680aa | |
parent | ef0a75859618d7ec93724b3c010f3fac8a1195d4 (diff) | |
parent | 78863cd38ee26471b1283e6f5ad277738cd92e02 (diff) | |
download | mxe-1901239e8bc171c1a564a13d707094bd7e12e71c.zip mxe-1901239e8bc171c1a564a13d707094bd7e12e71c.tar.gz mxe-1901239e8bc171c1a564a13d707094bd7e12e71c.tar.bz2 |
Merge pull request #2559 from xmrdsc/update-tor
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) |