diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-02-01 07:32:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 07:32:49 (GMT) |
commit | 9f35d72b1947b1c772b8c9a98f13379d5156c4f7 (patch) | |
tree | 7e84dc5ba5845766402901da7a9c164f87f16c7e | |
parent | 4d1df0598e6856224e2dee6b1dc94ca2f8eb1170 (diff) | |
parent | ad0e70f1b8d11dcf22e05a795cac7960fbf18133 (diff) | |
download | mxe-9f35d72b1947b1c772b8c9a98f13379d5156c4f7.zip mxe-9f35d72b1947b1c772b8c9a98f13379d5156c4f7.tar.gz mxe-9f35d72b1947b1c772b8c9a98f13379d5156c4f7.tar.bz2 |
Merge pull request #1655 from LuaAndC/tor-0.2.9.9
tor: update to 0.2.9.9
-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 2b8ebf2..d660221 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -2,8 +2,8 @@ PKG := tor $(PKG)_IGNORE := -$(PKG)_VERSION := 0.2.9.8 -$(PKG)_CHECKSUM := fbdd33d3384574297b88744622382008d1e0f9ddd300d330746c464b7a7d746a +$(PKG)_VERSION := 0.2.9.9 +$(PKG)_CHECKSUM := 33325d2b250fd047ba2ddc5d11c2190c4e2951f4b03ec48ebd8bf0666e990d43 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://torproject.org/dist/$($(PKG)_FILE) |